proposal: add --keep to runc run

Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
lifubang
2021-02-26 21:46:36 +08:00
committed by Kir Kolyshkin
parent 2aabb29741
commit cb824629ba
3 changed files with 64 additions and 1 deletions
+4
View File
@@ -40,6 +40,10 @@ command(s) that get executed on start, edit the args parameter of the spec. See
Name: "detach, d",
Usage: "detach from the container's process",
},
cli.BoolFlag{
Name: "keep",
Usage: "do not delete the container after it exits",
},
cli.StringFlag{
Name: "pid-file",
Value: "",