github.com/slene/docker@v1.8.0-rc1/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  weight=1
     9  +++
    10  <![end-metadata]-->
    11  
    12  # unpause
    13  
    14      Usage: docker unpause CONTAINER [CONTAINER...]
    15  
    16      Unpause all processes within a container
    17  
    18  The `docker unpause` command uses the cgroups freezer to un-suspend all
    19  processes in a container.
    20  
    21  See the
    22  [cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt)
    23  for further details.