Allow network configuration via daemon config file.

Signed-off-by: David Calavera <david.calavera@gmail.com>
master
David Calavera 2016-01-25 16:30:33 -05:00 committed by Tibor Vass
parent 8de6a3fc71
commit d3f2c73453
1 changed files with 14 additions and 1 deletions

View File

@ -859,7 +859,20 @@ This is a full example of the allowed configuration options in the file:
"userns-remap": "",
"group": "",
"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
}
```