Files
runc/man
Kir Kolyshkin 6e1d476aad runc: remove --criu option
This was introduced in an initial commit, back in the day when criu was
a highly experimental thing. Today it's not; most users who need it have
it packaged by their distro vendor.

The usual way to run a binary is to look it up in directories listed in
$PATH. This is flexible enough and allows for multiple scenarios (custom
binaries, extra binaries, etc.). This is the way criu should be run.

Make --criu a hidden option (thus removing it from help). Remove the
option from man pages, integration tests, etc. Remove all traces of
CriuPath from data structures.

Add a warning that --criu is ignored and will be removed.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-01-26 20:25:56 -08: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
2022-01-26 20:25:56 -08: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.