diff --git a/files/etc/docker/daemon.json b/files/etc/docker/daemon.json new file mode 100644 index 0000000..0102fb9 --- /dev/null +++ b/files/etc/docker/daemon.json @@ -0,0 +1,13 @@ +{ + "debug": false, + "default-address-pools": [ + { + "base": "172.16.0.0/12", + "size": 24 + } + ], + "iptables": false, + "ip6tables": false, + "hosts": ["unix:///run/docker.sock", "tcp://10.2.0.1:2376"], + "containerd": "/run/containerd/containerd.sock" +}