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:
@@ -210,9 +210,9 @@ func NewConfig() *Config {
|
||||
},
|
||||
},
|
||||
"network": {
|
||||
Image: "network",
|
||||
Image: "network",
|
||||
Privileged: true,
|
||||
Net: "host",
|
||||
Net: "host",
|
||||
Labels: []string{
|
||||
DETACH + "=false",
|
||||
},
|
||||
|
Reference in New Issue
Block a user