docker unpause

Estimated reading time: 1 minute

Description

Unpause all processes within one or more containers

Usage

docker unpause CONTAINER [CONTAINER...]

Parent command

Command Description
docker The base command for the Docker CLI.

Extended description

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 for further details.

Examples

$ docker unpause my_container