common/files/etc/docker/daemon.json
2024-09-18 04:13:01 +03:00

8 lines
131 B
JSON

{
"debug": true,
"hosts": [
"unix:///run/docker.sock"
],
"containerd": "/run/containerd/containerd.sock"
}