From f5b674c914983a6ceb72cb09cc766bfa0f932355 Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Tue, 24 May 2016 17:37:20 +0800 Subject: [PATCH] manual: restore: Update contents with source This patch add losted --no-subreaper and --no-pivot options in manual: # ./runc restore --help .. OPTIONS: ... --no-subreaper disable the use of the subreaper used to reap reparented processes --no-pivot do not use pivot root to jail process inside rootfs. This should be used whenever the rootfs is on top of a ramdisk # Signed-off-by: Zhao Lei --- man/runc-restore.8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/runc-restore.8.md b/man/runc-restore.8.md index b0dec4556..b10ae1105 100644 --- a/man/runc-restore.8.md +++ b/man/runc-restore.8.md @@ -22,3 +22,5 @@ using the runc checkpoint command. --bundle, -b path to the root of the bundle directory --detach, -d detach from the container's process --pid-file specify the file to write the process id to + --no-subreaper disable the use of the subreaper used to reap reparented processes + --no-pivot do not use pivot root to jail process inside rootfs. This should be used whenever the rootfs is on top of a ramdisk