Skip to content

Commit 7f86de9

Browse files
committed
docs: deprecated: deprecate cgroup v1
See - moby/moby issue 51111 - moby/moby PR 51360 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 513ee76 commit 7f86de9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/deprecated.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The following table provides an overview of the current status of deprecated fea
5353

5454
| Status | Feature | Deprecated | Remove |
5555
|------------|------------------------------------------------------------------------------------------------------------------------------------|------------|--------|
56+
| Deprecated | [Support for cgroup v1](#support-for-cgroup-v1) | v29.0 | - |
5657
| Deprecated | [`--pause` option on `docker commit`](#--pause-option-on-docker-commit) | v29.0 | v30.0 |
5758
| Deprecated | [Legacy links environment variables](#legacy-links-environment-variables) | v28.4 | v30.0 |
5859
| Deprecated | [Special handling for quoted values for TLS flags](#special-handling-for-quoted-values-for-tls-flags) | v28.4 | v29.0 |
@@ -125,6 +126,26 @@ The following table provides an overview of the current status of deprecated fea
125126
| Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10 | v1.13 |
126127
| Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12 |
127128

129+
### Support for cgroup v1
130+
131+
**Deprecated in release: v29.0**
132+
133+
Support for cgroup v1 is deprecated in the v29.0 release, however, it will continue
134+
to be supported until May 2029.
135+
The latest release in May 2029 may not necessarily support cgroup v1,
136+
but there will be at least one maintained branch with the support for cgroup v1.
137+
138+
The cgroup version currently in use can be checked by running the `docker info` command:
139+
140+
```console
141+
$ docker info
142+
<...>
143+
Server:
144+
<...>
145+
Cgroup Version: 2
146+
<...>
147+
```
148+
128149
### `--pause` option on `docker commit`
129150

130151
**Deprecated in release: v29.0**

0 commit comments

Comments
 (0)