Добавить files/etc/docker/daemon.json

This commit is contained in:
2025-09-24 18:19:12 +03:00
parent 3a85c84fbc
commit 4a3048fb9e

View File

@@ -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"
}