Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit e286381

Browse files
odinugethaJeztah
authored andcommitted
Fix phrasing when referring to the freezer cgroup
Signed-off-by: Odin Ugedal <odin@ugedal.com> (cherry picked from commit a0dd6e025d6d18527931a24b9e7d71132c47e601) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: a90e5598a4acb89e45730c418520dba5eee6e58c Component: cli
1 parent 848e743 commit e286381

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

components/cli/docs/reference/commandline/pause.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Options:
2727
## Description
2828

2929
The `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
3131
the `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,
3333
that it is being suspended, and subsequently resumed. On Windows, only Hyper-V
3434
containers can be paused.
3535

3636
See 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)
3838
for further details.
3939

4040
## Examples

components/cli/docs/reference/commandline/unpause.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Options:
2727
## Description
2828

2929
The `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

3232
See 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)
3434
for further details.
3535

3636
## Examples

components/cli/man/src/container/pause.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
The `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
33
the `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,
55
that it is being suspended, and subsequently resumed. On Windows, only Hyper-V
66
containers 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
1010
further details.
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The `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
66
further details.

0 commit comments

Comments
 (0)