mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
508065a7ad
commit
53b0f686f7
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue