github.com/nguyentm83/docker@v1.5.0/docs/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 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 # HISTORY 24 June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>