mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-24 20:50:47 +00:00
10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"data-root": "@TERMUX_PREFIX@/lib/docker",
|
|
"exec-root": "@TERMUX_PREFIX@/var/run/docker",
|
|
"pidfile": "@TERMUX_PREFIX@/var/run/docker.pid",
|
|
"hosts": [
|
|
"unix://@TERMUX_PREFIX@/var/run/docker.sock"
|
|
],
|
|
"storage-driver": "overlay2"
|
|
}
|