mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
aedafa9965
--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>
runc man pages
This directory contains man pages for runc in markdown format.
To generate man pages from it, use this command
./md2man-all.sh
You will see man pages generated under the man8 directory.