docker / 20.10.16 / engine / reference / commandline / unpause / index.html /

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

© 2019 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/engine/reference/commandline/unpause/