Removed the default "bridge" in builder

Now that the default network mode is "default" and this mode is chosen
even if the mode is empty string, it is not correct to have builder
still pointing to "bridge" as default (though this is daemon default).

Signed-off-by: Madhu Venugopal <madhu@docker.com>
Upstream-commit: 53b0f686f7ee338819e568413fd9daf9c3811d68
Component: engine
This commit is contained in:
Madhu Venugopal
2015-06-19 10:32:38 -07:00
parent 4a5258148d
commit aa388c828f

View File

@ -569,7 +569,6 @@ func (b *Builder) create() (*daemon.Container, error) {
CgroupParent: b.cgroupParent,
Memory: b.memory,
MemorySwap: b.memorySwap,
NetworkMode: "bridge",
}
config := *b.Config