blob: 8eea3b799d48d8f49c38db73f9eb6bf2fa8bc2f6 [file] [log] [blame] [view] [edit]
The `docker container unpause` command un-suspends all processes in a container.
On Linux, it does this using the freezer cgroup.
See the [freezer cgroup documentation]
(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt) for
further details.