File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments