man/runc-restore: describe restore into different cgroup

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2022-08-04 11:56:15 -07:00
parent d4582ae2f1
commit 683528783e

View File

@@ -41,6 +41,11 @@ image files directory.
: Cgroups mode. Default is **soft**. See
[criu --manage-cgroups option](https://criu.org/CLI/opt/--manage-cgroups).
: In particular, to restore the container into a different cgroup,
**--manage-cgroups-mode ignore** must be used during both
**checkpoint** and **restore**, and the _container_id_ (or
**cgroupsPath** property in OCI config, if set) must be changed.
**--bundle**|**-b** _path_
: Path to the root of the bundle directory. Default is current directory.