mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ee76963125
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
24 lines
583 B
Markdown
24 lines
583 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "unpause"
|
|
description = "The unpause command description and usage"
|
|
keywords = ["cgroups, suspend, container"]
|
|
[menu.main]
|
|
parent = "smn_cli"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# unpause
|
|
|
|
Usage: docker unpause [OPTIONS] CONTAINER [CONTAINER...]
|
|
|
|
Unpause all processes within a container
|
|
|
|
--help Print usage
|
|
|
|
The `docker unpause` command uses the cgroups freezer to un-suspend all
|
|
processes in a container.
|
|
|
|
See the
|
|
[cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt)
|
|
for further details.
|