This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
docs/reference/commandline Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ Options:
2727## Description
2828
2929The ` docker pause ` command suspends all processes in the specified containers.
30- On Linux, this uses the cgroups freezer. Traditionally, when suspending a process
30+ On Linux, this uses the freezer cgroup . Traditionally, when suspending a process
3131the ` SIGSTOP ` signal is used, which is observable by the process being suspended.
32- With the cgroups freezer the process is unaware, and unable to capture,
32+ With the freezer cgroup the process is unaware, and unable to capture,
3333that it is being suspended, and subsequently resumed. On Windows, only Hyper-V
3434containers can be paused.
3535
3636See the
37- [ cgroups freezer documentation] ( https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt )
37+ [ freezer cgroup documentation] ( https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt )
3838for further details.
3939
4040## Examples
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ Options:
2727## Description
2828
2929The ` docker unpause ` command un-suspends all processes in the specified containers.
30- On Linux, it does this using the cgroups freezer.
30+ On Linux, it does this using the freezer cgroup .
3131
3232See the
33- [ cgroups freezer documentation] ( https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt )
33+ [ freezer cgroup documentation] ( https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt )
3434for further details.
3535
3636## Examples
Original file line number Diff line number Diff line change 11The ` docker container pause ` command suspends all processes in the specified containers.
2- On Linux, this uses the cgroups freezer. Traditionally, when suspending a process
2+ On Linux, this uses the freezer cgroup . Traditionally, when suspending a process
33the ` SIGSTOP ` signal is used, which is observable by the process being suspended.
4- With the cgroups freezer the process is unaware, and unable to capture,
4+ With the freezer cgroup the process is unaware, and unable to capture,
55that it is being suspended, and subsequently resumed. On Windows, only Hyper-V
66containers can be paused.
77
8- See the [ cgroups freezer documentation]
8+ See the [ freezer cgroup documentation]
99(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt ) for
1010further details.
1111
Original file line number Diff line number Diff line change 11The ` docker container unpause ` command un-suspends all processes in a container.
2- On Linux, it does this using the cgroups freezer.
2+ On Linux, it does this using the freezer cgroup .
33
4- See the [ cgroups freezer documentation]
4+ See the [ freezer cgroup documentation]
55(https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt ) for
66further details.
You can’t perform that action at this time.
0 commit comments