mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
proposal: add --keep to runc run
Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user