mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change veth prefix back to veth
Fixes #4453 Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
b63709c1f1
commit
0cdf102638
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