manual: runc-exec: Add losted --no-subreaper argument
--no-subreaper's description exist in code but not in manual: # ./runc exec --help ... OPTIONS: ... --no-subreaper disable the use of the subreaper used to reap reparented processes # Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
parent
f6e4d7ba7c
commit
aedafa9965
|
@ -26,3 +26,4 @@ following will output a list of processes running in the container:
|
|||
--apparmor set the apparmor profile for the process
|
||||
--no-new-privs set the no new privileges value for the process
|
||||
--cap, -c [--cap option --cap option] add a capability to the bounding set for the process
|
||||
--no-subreaper disable the use of the subreaper used to reap reparented processes
|
||||
|
|
Loading…
Reference in New Issue