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:
Zhao Lei 2016-05-24 17:15:22 +08:00
parent f6e4d7ba7c
commit aedafa9965
1 changed files with 1 additions and 0 deletions

View File

@ -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