mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
c562e4cd91
This enables support for exec command argument starting with a '-'. This uses the usual argument separator '--', for example: runc exec containerid -- ps -afx Without this, cli interprets command argument and fails with 'flag provided but not defined'. Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.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.