Files
docker-docs/_data/engine-cli/docker_unpause.yaml
French Ben 7c894d5fb1 Updated example to examples in yaml
Signed-off-by: French Ben <frenchben@docker.com>
2017-02-14 15:04:51 -08:00

18 lines
514 B
YAML

command: docker unpause
short: Unpause all processes within one or more containers
long: |-
The `docker unpause` command un-suspends all processes in the specified containers.
On Linux, it does this using the cgroups freezer.
See the
[cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt)
for further details.
usage: docker unpause CONTAINER [CONTAINER...]
pname: docker
plink: docker.yaml
examples: |-
```bash
$ docker unpause my_container
```