docker unpause


Unpause all processes within one or more containers

Usage

$ docker unpause CONTAINER [CONTAINER...]

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.

For example uses of this command, refer to the examples section below.

Examples

$ docker unpause my_container
my_container