Merge pull request #5608 from crosbymichael/net-flag-refactor

HOTFIX Update after namespace refactor
Upstream-commit: 222605b5fb9b9985a546807534777fbd2fc49c3b
Component: engine
This commit is contained in:
Victor Vieux
2014-05-05 13:58:09 -07:00
@@ -54,7 +54,7 @@ func (d *driver) createContainer(c *execdriver.Command) (*libcontainer.Container
func (d *driver) createNetwork(container *libcontainer.Container, c *execdriver.Command) error {
if c.Network.HostNetworking {
container.Namespaces.Get("NEWNET").Enabled = false
container.Namespaces["NEWNET"] = false
return nil
}
container.Networks = []*libcontainer.Network{