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