Files
runc/man/runc-checkpoint.8.md
T
Qiang Huang 2503fca35d Update man pages to refect the latest cli change
The major change is the description of options, change
it as the latest cli help message shows, which specify
a "value" after an option if it takes value, and add
(default: xxx) if the option has a default value.

This also includes some other minor consistency fixes.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2016-05-28 13:33:57 +08:00

981 B

NAME

runc checkpoint - checkpoint a running container

SYNOPSIS

runc checkpoint [command options]

Where "" is the name for the instance of the container to be checkpointed.

DESCRIPTION

The checkpoint command saves the state of the container instance.

OPTIONS

--image-path value path for saving criu image files --work-path value path for saving work files and logs --leave-running leave the process running after checkpointing --tcp-established allow open tcp connections --ext-unix-sk allow external unix sockets --shell-job allow shell jobs --page-server value ADDRESS:PORT of the page server --file-locks handle file locks, for safety --manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict' --empty-ns value create a namespace, but don't restore its properies