mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add missing -- when we run dockerinit from native
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
c05e095baa
commit
c987901f8d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue