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:
authorRadostin Stoyanov <rstoyanov@fedoraproject.org>2021-05-31 10:17:16 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commit3c10d3335bafaad211d92a0b88c27144fe349d25 (patch)
tree3a5782d4779ff9d698b15b2498ea4f64228795f6 /Documentation
parent80ee4f8aec30320382b7b9376853470183260262 (diff)
criu(8): document --join-ns option
The --join-ns option was introduced with commits: https://github.com/checkpoint-restore/criu/commit/2cf17cd https://github.com/checkpoint-restore/criu/commit/790ec46 Closes: #1054 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 2ee40ec10..9c8377a6e 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -494,6 +494,16 @@ usually need to be escaped from shell.
must be used to specify to which 'outer_dev' (an existing network device
in CRIU namespace) the restored 'inner_dev' should be bound to.
+*-J*, *--join-ns* **NS**:{**PID**|**NS_FILE**}[,**EXTRA_OPTS**]::
+ Restore process tree inside an existing namespace. The namespace can
+ be specified in 'PID' or 'NS_FILE' path format (example:
+ *--join-ns net:12345* or *--join-ns net:/foo/bar*). Currently supported
+ values for **NS** are: *ipc*, *net*, *time*, *user*, and *uts*.
+ This option doesn't support joining a PID namespace, however, this is
+ possible using *--external* and *--inheritfd*. 'EXTRA_OPTS' is optional
+ and can be used to specify UID and GID for user namespace (e.g.,
+ *--join-ns user:PID,UID,GID*).
+
*--manage-cgroups* ['mode']::
Restore cgroups configuration associated with a task from the image.
Controllers are always restored in an optimistic way -- if already present