2021-07-26 20:37:50 +01:00
|
|
|
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>]
|
|
|
|
|
2021-07-26 21:39:07 +01:00
|
|
|
*criu-ns* 'check' [<options>]
|
|
|
|
|
2021-07-26 20:37:50 +01:00
|
|
|
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
|