mirror of https://github.com/docker/docs.git
Update after namespace refactor
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
70fef1460a
commit
01fec73ba4
|
@ -54,7 +54,7 @@ func (d *driver) createContainer(c *execdriver.Command) (*libcontainer.Container
|
||||||
|
|
||||||
func (d *driver) createNetwork(container *libcontainer.Container, c *execdriver.Command) error {
|
func (d *driver) createNetwork(container *libcontainer.Container, c *execdriver.Command) error {
|
||||||
if c.Network.HostNetworking {
|
if c.Network.HostNetworking {
|
||||||
container.Namespaces.Get("NEWNET").Enabled = false
|
container.Namespaces["NEWNET"] = false
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
container.Networks = []*libcontainer.Network{
|
container.Networks = []*libcontainer.Network{
|
||||||
|
|
Loading…
Reference in New Issue