diff --git a/Documentation/Makefile b/Documentation/Makefile index 5025e2b99..edadfb81c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -12,6 +12,7 @@ endif FOOTER := footer.txt SRC1 += crit.txt +SRC1 += criu-ns.txt SRC1 += compel.txt SRC8 += criu.txt SRC := $(SRC1) $(SRC8) diff --git a/Documentation/criu-ns.txt b/Documentation/criu-ns.txt new file mode 100644 index 000000000..877f5b1fd --- /dev/null +++ b/Documentation/criu-ns.txt @@ -0,0 +1,30 @@ +CRIU-NS(1) +========== +include::footer.txt[] + +NAME +---- +criu-ns - run criu in different namespaces + +SYNOPSIS +-------- +*criu-ns* 'dump' -t PID [] + +*criu-ns* 'pre-dump' -t PID [] + +*criu-ns* 'restore' [] + +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