Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2020-05-05 19:19:50 +0300
committerAndrei Vagin <avagin@gmail.com>2020-10-20 10:18:24 +0300
commitf3ebdeebe20c0e4fec2e96cb9a889d16b6b3732f (patch)
tree7d4e3074aa6e4bc862347ecf17460ae57f14294f /Documentation
parent9dd1ab00e75ec425e09562d54a00f03c17a374c6 (diff)
pidns: add external pidns to man-page
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 4e9b4132e..6ce384163 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -242,6 +242,12 @@ In other words, do not use it unless really needed.
Tell *criu* that one end of a pair of UNIX sockets (created by
*socketpair*(2)) with the given _id_ is OK to be disconnected.
+*--external* **pid[**__inode__**]:**__name__::
+ Mark a PID namespace as external. This can be later used to restore
+ a process into an existing PID namespace. The label 'name' can be
+ used to assign another PID namespace during restore with the help
+ of *--inherit-fd*.
+
*--freeze-cgroup*::
Use cgroup freezer to collect processes.
@@ -402,7 +408,7 @@ Restores previously checkpointed processes.
Inherit a file descriptor. This option lets *criu* use an already opened
file descriptor 'N' for restoring a file identified by 'resource'.
This option can be used to restore an external resource dumped
- with the help of *--external* *file*, *tty*, and *unix* options.
+ with the help of *--external* *file*, *tty*, *pid* and *unix* options.
+
The 'resource' argument can be one of the following:
+