1
0
mirror of https://github.com/rancher/os.git synced 2025-09-07 01:31:06 +00:00

Switch network container to privileged and don't use ARP

This commit is contained in:
Darren Shepherd
2015-04-03 15:18:40 -07:00
parent 7cc2eb316c
commit 2fdfd56a2c
2 changed files with 3 additions and 3 deletions

View File

@@ -210,9 +210,9 @@ func NewConfig() *Config {
},
},
"network": {
Image: "network",
Image: "network",
Privileged: true,
Net: "host",
Net: "host",
Labels: []string{
DETACH + "=false",
},