2015-06-21 16:41:38 -04:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
|
|
|
title = "unpause"
|
|
|
|
description = "The unpause command description and usage"
|
|
|
|
keywords = ["cgroups, suspend, container"]
|
|
|
|
[menu.main]
|
|
|
|
parent = "smn_cli"
|
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
# unpause
|
|
|
|
|
2015-10-03 11:56:41 -04:00
|
|
|
Usage: docker unpause [OPTIONS] CONTAINER [CONTAINER...]
|
2015-06-21 16:41:38 -04:00
|
|
|
|
|
|
|
Unpause all processes within a container
|
|
|
|
|
2015-12-23 09:37:06 -05:00
|
|
|
--help Print usage
|
2015-10-03 11:56:41 -04:00
|
|
|
|
2015-06-21 16:41:38 -04:00
|
|
|
The `docker unpause` command uses the cgroups freezer to un-suspend all
|
|
|
|
processes in a container.
|
|
|
|
|
|
|
|
See the
|
2016-05-26 20:28:46 -04:00
|
|
|
[cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt)
|
2015-06-21 16:41:38 -04:00
|
|
|
for further details.
|