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

criu-ns.txt « Documentation - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6594a9bc2046b37150f6a311fd4dd0498abedeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CRIU-NS(1)
==========
include::footer.txt[]

NAME
----
criu-ns - run criu in different namespaces

SYNOPSIS
--------
*criu-ns* 'dump' -t PID [<options>]

*criu-ns* 'pre-dump' -t PID [<options>]

*criu-ns* 'restore' [<options>]

*criu-ns* 'check' [<options>]

DESCRIPTION
-----------
The *criu-ns* command executes 'criu' in a new PID and mount namespace.
The purpose of this wrapper script is to enable restoring a process tree
that might require a specific PID that is already used on the system;
so called "PID mismatch" problem.

SEE ALSO
--------
nsenter(1) namespaces(7) criu(8)

AUTHOR
------
The CRIU team