mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
862e491163
The commit244c9fc("*: console rewrite") removed the --console option and the commit7df64f8("runc: implement --console-socket") create new option --console-socket. However, the old --console option still exists so fix it. In addtion, add missing --preserve-fds option to create and run manpages. Signed-off-by: Taeung Song <treeze.taeung@gmail.com> Signed-off-by: charsyam <charsyam@naver.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.