Add no pivot root support
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
aa976325f5
commit
47f239706c
9 changed files with 182 additions and 141 deletions
|
@ -38,6 +38,7 @@ func (s *apiServer) CreateContainer(ctx context.Context, c *types.CreateContaine
|
|||
e.Stdout = c.Stdout
|
||||
e.Stderr = c.Stderr
|
||||
e.Labels = c.Labels
|
||||
e.NoPivotRoot = c.NoPivotRoot
|
||||
e.StartResponse = make(chan supervisor.StartResponse, 1)
|
||||
createContainerConfigCheckpoint(e, c)
|
||||
s.sv.SendTask(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue