2014-07-01 12:58:04 +10:00
|
|
|
% DOCKER(1) Docker User Manuals
|
|
|
|
% Docker Community
|
|
|
|
% JUNE 2014
|
|
|
|
# NAME
|
2016-12-15 18:47:57 +08:00
|
|
|
docker-unpause - Unpause all processes within one or more containers
|
2014-07-01 12:58:04 +10:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
**docker unpause**
|
2015-01-31 00:23:47 +00:00
|
|
|
CONTAINER [CONTAINER...]
|
2014-07-01 12:58:04 +10:00
|
|
|
|
2014-07-15 10:02:29 +10:00
|
|
|
# DESCRIPTION
|
|
|
|
|
2016-12-15 18:47:57 +08:00
|
|
|
The `docker unpause` command un-suspends all processes in the specified containers.
|
2016-09-08 17:31:04 -07:00
|
|
|
On Linux, it does this using the cgroups freezer.
|
2014-07-15 10:02:29 +10:00
|
|
|
|
|
|
|
See the [cgroups freezer documentation]
|
2016-12-01 19:35:27 +08:00
|
|
|
(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt) for
|
2014-07-15 10:02:29 +10:00
|
|
|
further details.
|
|
|
|
|
2014-07-01 12:58:04 +10:00
|
|
|
# OPTIONS
|
2016-12-15 18:47:57 +08:00
|
|
|
**--help**
|
|
|
|
Print usage statement
|
2014-07-01 12:58:04 +10:00
|
|
|
|
2015-02-17 10:22:28 +08:00
|
|
|
# See also
|
2016-12-15 18:47:57 +08:00
|
|
|
**docker-pause(1)** to pause all processes within one or more containers.
|
2015-02-17 10:22:28 +08:00
|
|
|
|
2014-07-01 12:58:04 +10:00
|
|
|
# HISTORY
|
|
|
|
June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
|