mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
checkpoint/restore: add --manage-cgroups-mode ignore
- add the new mode and document it; - slightly improve the --help output; - slightly simplify the parsing code. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ together with **criu lazy-pages**. See
|
||||
: Do a pre-dump, i.e. dump container's memory information only, leaving the
|
||||
container running. See [criu iterative migration](https://criu.org/Iterative_migration).
|
||||
|
||||
**--manage-cgroups-mode** **soft**|**full**|**strict**.
|
||||
**--manage-cgroups-mode** **soft**|**full**|**strict**|**ignore**.
|
||||
: Cgroups mode. Default is **soft**. See
|
||||
[criu --manage-cgroups option](https://criu.org/CLI/opt/--manage-cgroups).
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ image files directory.
|
||||
: Allow checkpoint/restore of file locks. See
|
||||
[criu --file-locks option](https://criu.org/CLI/opt/--file-locks).
|
||||
|
||||
**--manage-cgroups-mode** **soft**|**full**|**strict**.
|
||||
**--manage-cgroups-mode** **soft**|**full**|**strict**|**ignore**.
|
||||
: Cgroups mode. Default is **soft**. See
|
||||
[criu --manage-cgroups option](https://criu.org/CLI/opt/--manage-cgroups).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user