docker unpause

Estimated reading time: 1 minute

Edge only: This is the CLI reference for Docker CE Edge versions. Some of these options may not be available to Docker CE stable or Docker EE. You can view the stable version of this CLI reference or learn about Docker CE Edge.

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