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 <zhaolei@cn.fujitsu.com>
This commit is contained in:
parent
7d5779fdee
commit
f5b674c914
|
@ -22,3 +22,5 @@ using the runc checkpoint command.
|
||||||
--bundle, -b path to the root of the bundle directory
|
--bundle, -b path to the root of the bundle directory
|
||||||
--detach, -d detach from the container's process
|
--detach, -d detach from the container's process
|
||||||
--pid-file specify the file to write the process id to
|
--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
|
||||||
|
|
Loading…
Reference in New Issue