common/files/etc/docker/daemon.json

8 lines
131 B
JSON
Raw Permalink Normal View History

2024-09-18 01:13:01 +00:00
{
"debug": true,
"hosts": [
"unix:///run/docker.sock"
],
"containerd": "/run/containerd/containerd.sock"
}