gitee.com/bomy/docker.git@v1.13.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 one or more containers
     6  
     7  # SYNOPSIS
     8  **docker unpause**
     9  CONTAINER [CONTAINER...]
    10  
    11  # DESCRIPTION
    12  
    13  The `docker unpause` command un-suspends all processes in the specified containers.
    14  On Linux, it does this using the cgroups freezer.
    15  
    16  See the [cgroups freezer documentation]
    17  (https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt) for
    18  further details.
    19  
    20  # OPTIONS
    21  **--help**
    22    Print usage statement
    23  
    24  # See also
    25  **docker-pause(1)** to pause all processes within one or more containers.
    26  
    27  # HISTORY
    28  June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>