e58671e530
This allows a user to send a signal to all the processes in the container within a single atomic action to avoid new processes being forked off before the signal can be sent. This is basically taking functionality that we already use being `delete` and exposing it ok the `kill` command by adding a flag. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
md2man-all.sh | ||
runc-checkpoint.8.md | ||
runc-create.8.md | ||
runc-delete.8.md | ||
runc-events.8.md | ||
runc-exec.8.md | ||
runc-kill.8.md | ||
runc-list.8.md | ||
runc-pause.8.md | ||
runc-ps.8.md | ||
runc-restore.8.md | ||
runc-resume.8.md | ||
runc-run.8.md | ||
runc-spec.8.md | ||
runc-start.8.md | ||
runc-state.8.md | ||
runc-update.8.md | ||
runc.8.md |
README.md
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.