From 1e070e51d9abb1d7da27f309fe557812e164507e Mon Sep 17 00:00:00 2001 From: rajasec Date: Wed, 13 Apr 2016 19:08:58 +0530 Subject: [PATCH] updating man page for start option Signed-off-by: rajasec --- man/runc-start.8.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/runc-start.8.md b/man/runc-start.8.md index ef60f6ca..1751aa3f 100644 --- a/man/runc-start.8.md +++ b/man/runc-start.8.md @@ -23,3 +23,5 @@ command(s) that get executed on start, edit the args parameter of the spec. See --console specify the pty slave path for use with the container --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