You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.10 | -
57
58
Deprecated | [Support for the legacy `~/.dockercfg` configuration file for authentication](#support-for-legacy-dockercfg-configuration-files) | v20.10 | -
@@ -140,6 +141,16 @@ now stopped in favor of running docker natively on Linux in WSL2.
140
141
Developers who want to run Linux workloads on a Windows host are encouraged to use
141
142
[Docker Desktop with WSL2](https://docs.docker.com/docker-for-windows/wsl/) instead.
142
143
144
+
### BLKIO weight options with cgroups v1
145
+
146
+
**Deprecated in Release: v20.10**
147
+
148
+
Specifying blkio weight (`docker run --blkio-weight` and `docker run --blkio-weight-device`)
149
+
is now marked as deprecated when using cgrous v1 because the corresponding features
150
+
were [removed in Linux kernel v5.0 and up](https://github.com/torvalds/linux/commit/f382fb0bcef4c37dc049e9f6963e3baf204d815c).
151
+
When using cgroups v2, the `--blkio-weight` options are implemented using
0 commit comments