mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4456 from crosbymichael/change-veth-name
Change veth prefix back to veth
This commit is contained in:
commit
a0c465a333
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ func createContainer(c *execdriver.Command) *libcontainer.Container {
|
|||
Gateway: c.Network.Gateway,
|
||||
Type: "veth",
|
||||
Context: libcontainer.Context{
|
||||
"prefix": "dock",
|
||||
"prefix": "veth",
|
||||
"bridge": c.Network.Bridge,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue