Добавить files/etc/docker/daemon.json
This commit is contained in:
13
files/etc/docker/daemon.json
Normal file
13
files/etc/docker/daemon.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user