github.com/portworx/docker@v1.12.1/man/docker-unpause.1.md (about) 1 % DOCKER(1) Docker User Manuals 2 % Docker Community 3 % JUNE 2014 4 # NAME 5 docker-unpause - Unpause all processes within a container 6 7 # SYNOPSIS 8 **docker unpause** 9 CONTAINER [CONTAINER...] 10 11 # DESCRIPTION 12 13 The `docker unpause` command uses the cgroups freezer to un-suspend all 14 processes in a container. 15 16 See the [cgroups freezer documentation] 17 (https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt) for 18 further details. 19 20 # OPTIONS 21 There are no available options. 22 23 # See also 24 **docker-pause(1)** to pause all processes within a container. 25 26 # HISTORY 27 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>