Merge pull request #4478 from vieux/add_missing_--_native
Add missing -- when we run dockerinit from native Upstream-commit: a24a802193dc9599c2d074a3629539412d8716ca Component: engine
This commit is contained in:
@@ -246,6 +246,7 @@ func (d *dockerCommandFactory) Create(container *libcontainer.Container, console
|
||||
"-console", console,
|
||||
"-pipe", fmt.Sprint(syncFd),
|
||||
"-root", filepath.Join(d.driver.root, d.c.ID),
|
||||
"--",
|
||||
}, args...)
|
||||
|
||||
// set this to nil so that when we set the clone flags anything else is reset
|
||||
|
||||
Reference in New Issue
Block a user