From 43f5ba2049df382e7ee5e03c53f68f10192fcfc6 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 4 Aug 2022 11:56:15 -0700 Subject: [PATCH] man/runc-restore: describe restore into different cgroup Signed-off-by: Kir Kolyshkin --- man/runc-restore.8.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/runc-restore.8.md b/man/runc-restore.8.md index 4f9d55f443a..eab50db9717 100644 --- a/man/runc-restore.8.md +++ b/man/runc-restore.8.md @@ -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.