mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
Fix inconsistency for pause and unpause
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
@ -24,9 +24,13 @@ Options:
|
||||
--help Print usage
|
||||
```
|
||||
|
||||
The `docker unpause` command un-suspends all processes in a container.
|
||||
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](https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt)
|
||||
for further details.
|
||||
|
||||
## Related information
|
||||
|
||||
* [pause](pause.md)
|
||||
|
Reference in New Issue
Block a user