Add no-pivot flag to ctr

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure
2018-01-08 18:35:02 -08:00
parent 1df6287150
commit 0cc79a6ff6
7 changed files with 63 additions and 8 deletions

View File

@@ -82,3 +82,7 @@ func newContainer(ctx gocontext.Context, client *containerd.Client, context *cli
// TODO(mlaventure): containerd.WithImage(image),
)
}
func getNewTaskOpts(_ *cli.Context) []containerd.NewTaskOpts {
return nil
}