1
0
Fork 0
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:
Michael Crosby 2014-03-04 11:46:05 -08:00
parent b63709c1f1
commit 0cdf102638

View file

@ -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,
},
},