components/docker/files/man/docker-pause.1
changeset 6468 af5d82385cd7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docker/files/man/docker-pause.1	Wed Jul 20 17:19:20 2016 -0700
@@ -0,0 +1,42 @@
+.TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "JUNE 2014"  ""
+
+
+.SH NAME
+.PP
+docker\-pause \- Pause all processes within a container
+
+
+.SH SYNOPSIS
+.PP
+\fBdocker pause\fP
+CONTAINER [CONTAINER...]
+
+
+.SH DESCRIPTION
+.PP
+The \fB\fCdocker pause\fR command uses the cgroups freezer to suspend all processes in
+a container.  Traditionally when suspending a process the \fB\fCSIGSTOP\fR signal is
+used, which is observable by the process being suspended. With the cgroups freezer
+the process is unaware, and unable to capture, that it is being suspended,
+and subsequently resumed.
+
+.PP
+See the 
+\[la]https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt\[ra] for
+further details.
+
+
+.SH OPTIONS
+.PP
+There are no available options.
+
+
+.SH See also
+.PP
+\fBdocker\-unpause(1)\fP to unpause all processes within a container.
+
+
+.SH HISTORY
+.PP
+June 2014, updated by Sven Dowideit 
+\[la][email protected]\[ra]