mirror of https://github.com/docker/cli.git
Allow network configuration via daemon config file.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
8de6a3fc71
commit
d3f2c73453
|
@ -859,7 +859,20 @@ This is a full example of the allowed configuration options in the file:
|
||||||
"userns-remap": "",
|
"userns-remap": "",
|
||||||
"group": "",
|
"group": "",
|
||||||
"cgroup-parent": "",
|
"cgroup-parent": "",
|
||||||
"default-ulimits": {}
|
"default-ulimits": {},
|
||||||
|
"ipv6": false,
|
||||||
|
"iptables": false,
|
||||||
|
"ip-forward": false,
|
||||||
|
"ip-mask": false,
|
||||||
|
"userland-proxy": false,
|
||||||
|
"ip": "0.0.0.0",
|
||||||
|
"bridge": "",
|
||||||
|
"bip": "",
|
||||||
|
"fixed-cidr": "",
|
||||||
|
"fixed-cidr-v6": "",
|
||||||
|
"default-gateway": "",
|
||||||
|
"default-gateway-v6": "",
|
||||||
|
"icc": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue