mirror of
https://github.com/docker/cli.git
synced 2025-11-22 18:03:07 +03:00
571 B
571 B
unpause
Unpause all processes within one or more containers
Aliases
docker container unpause, docker unpause
Description
The docker unpause command un-suspends all processes in the specified containers.
On Linux, it does this using the freezer cgroup.
See the freezer cgroup documentation for further details.
Examples
$ docker unpause my_container
my_container