github.com/netbrain/docker@v1.9.0-rc2/docs/reference/commandline/unpause.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "unpause"
     4  description = "The unpause command description and usage"
     5  keywords = ["cgroups, suspend, container"]
     6  [menu.main]
     7  parent = "smn_cli"
     8  +++
     9  <![end-metadata]-->
    10  
    11  # unpause
    12  
    13      Usage: docker unpause [OPTIONS] CONTAINER [CONTAINER...]
    14  
    15      Unpause all processes within a container
    16  
    17        --help=false    Print usage
    18  
    19  The `docker unpause` command uses the cgroups freezer to un-suspend all
    20  processes in a container.
    21  
    22  See the
    23  [cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt)
    24  for further details.