From aedafa9965c5355a9998a3ad7cc2b5cec22adc1d Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Tue, 24 May 2016 17:15:22 +0800 Subject: [PATCH] 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 --- man/runc-exec.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/man/runc-exec.8.md b/man/runc-exec.8.md index d75db78b..c428bbd6 100644 --- a/man/runc-exec.8.md +++ b/man/runc-exec.8.md @@ -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