mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
updating usage for runc and runc commands
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
@@ -14,6 +14,11 @@ import (
|
||||
var checkpointCommand = cli.Command{
|
||||
Name: "checkpoint",
|
||||
Usage: "checkpoint a running container",
|
||||
ArgsUsage: `<container-id>
|
||||
|
||||
Where "<container-id>" is the name for the instance of the container to be
|
||||
checkpointed.`,
|
||||
Description: `The checkpoint command saves the state of the container instance.`,
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{Name: "image-path", Value: "", Usage: "path for saving criu image files"},
|
||||
cli.StringFlag{Name: "work-path", Value: "", Usage: "path for saving work files and logs"},
|
||||
|
||||
Reference in New Issue
Block a user