Files
runc/man
Kir Kolyshkin dd696235a4 runc exec: reject paused container unless --ignore-paused
Currently, if a container is paused (i.e. its cgroup is frozen), runc exec
just hangs, and it is not obvious why.

Refuse to exec in a paused container. Add a test case.

In case runc exec in a paused container is a legit use case,
add --ignore-paused option to override the check. Document it,
add a test case.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-11-03 20:36:27 -07:00
..
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00
2021-06-16 12:42:06 -07:00

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.