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
Some deprecations are ammended during a major (YY.MM) release, to
inform users as early as possible about deprecations. Removing the
minor version from this overview clarifies that features are
marked deprecated during which major release's lifecycle.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Deprecated | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.03.0 | -
55
-
Deprecated | [Support for the legacy `~/.dockercfg` configuration file for authentication](#support-for-legacy-dockercfg-configuration-files) | v20.03.0 | -
Removed | [Duplicate keys with conflicting values in engine labels](#duplicate-keys-with-conflicting-values-in-engine-labels) | v1.13.0 | v17.12.0
76
-
Deprecated | [`MAINTAINER` in Dockerfile](#maintainer-in-dockerfile) | v1.13.0 | -
77
-
Deprecated | [API calls without a version](#api-calls-without-a-version) | v1.13.0 | v17.12.0
78
-
Removed | [Backing filesystem without `d_type` support for overlay/overlay2](#backing-filesystem-without-d_type-support-for-overlayoverlay2) | v1.13.0 | v17.12.0
79
-
Removed | [`--automated` and `--stars` flags on `docker search`](#--automated-and---stars-flags-on-docker-search) | v1.12.0 | v20.03.0
80
-
Deprecated | [`-h` shorthand for `--help`](#-h-shorthand-for---help) | v1.12.0 | v17.09.0
81
-
Removed | [`-e` and `--email` flags on `docker login`](#-e-and---email-flags-on-docker-login) | v1.11.0 | v17.06.0
82
-
Deprecated | [Separator (`:`) of `--security-opt` flag on `docker run`](#separator--of---security-opt-flag-on-docker-run) | v1.11.0 | v17.06.0
Deprecated | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.03 | -
55
+
Deprecated | [Support for the legacy `~/.dockercfg` configuration file for authentication](#support-for-legacy-dockercfg-configuration-files) | v20.03 | -
Removed | [Duplicate keys with conflicting values in engine labels](#duplicate-keys-with-conflicting-values-in-engine-labels) | v1.13 | v17.12
76
+
Deprecated | [`MAINTAINER` in Dockerfile](#maintainer-in-dockerfile) | v1.13 | -
77
+
Deprecated | [API calls without a version](#api-calls-without-a-version) | v1.13 | v17.12
78
+
Removed | [Backing filesystem without `d_type` support for overlay/overlay2](#backing-filesystem-without-d_type-support-for-overlayoverlay2) | v1.13 | v17.12
79
+
Removed | [`--automated` and `--stars` flags on `docker search`](#--automated-and---stars-flags-on-docker-search) | v1.12 | v20.03
80
+
Deprecated | [`-h` shorthand for `--help`](#-h-shorthand-for---help) | v1.12 | v17.09
81
+
Removed | [`-e` and `--email` flags on `docker login`](#-e-and---email-flags-on-docker-login) | v1.11 | v17.06
82
+
Deprecated | [Separator (`:`) of `--security-opt` flag on `docker run`](#separator--of---security-opt-flag-on-docker-run) | v1.11 | v17.06
Removed | [Old Command Line Options](#old-command-line-options) | v1.8 | v1.10
92
+
Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-dockerd) | v1.6 | v17.09
93
+
Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10 | v1.13
94
+
Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12
95
95
96
96
### Kernel memory limit
97
97
98
-
**Deprecated in Release: v20.03.0**
98
+
**Deprecated in Release: v20.03**
99
99
100
100
Specifying kernel memory limit (`docker run --kernel-memory`) is now marked as deprecated,
101
101
as [Linux kernel deprecated `kmem.limit_in_bytes` in v5.4](https://github.com/torvalds/linux/commit/0158115f702b0ba208ab0b5adf44cae99b3ebcc7).
102
102
103
103
### Classic Swarm and overlay networks using cluster store
104
104
105
-
**Deprecated in Release: v20.03.0**
105
+
**Deprecated in Release: v20.03**
106
106
107
107
Standalone ("classic") Swarm has been deprecated, and with that the use of overlay
108
108
networks using an external key/value store. The corresponding`--cluster-advertise`,
@@ -112,7 +112,7 @@ deprecated, and will be disabled or removed in a future release.
112
112
113
113
### Support for legacy `~/.dockercfg` configuration files
114
114
115
-
**Deprecated in Release: v20.03.0**
115
+
**Deprecated in Release: v20.03**
116
116
117
117
The docker CLI up until v1.7.0 used the `~/.dockercfg` file to store credentials
118
118
after authenticating to a registry (`docker login`). Docker v1.7.0 replaced this
@@ -133,13 +133,13 @@ enabled by default, and these configuration options will no longer be functional
133
133
134
134
### CLI plugins support
135
135
136
-
**Deprecated in Release: v20.03.0**
136
+
**Deprecated in Release: v20.03**
137
137
138
138
CLI Plugin API is now marked as deprecated.
139
139
140
140
### Dockerfile legacy `ENV name value` syntax
141
141
142
-
**Deprecated in Release: v20.03.0**
142
+
**Deprecated in Release: v20.03**
143
143
144
144
The Dockerfile `ENV` instruction allows values to be set using either `ENV name=value`
145
145
or `ENV name value`. The latter (`ENV name value`) form can be ambiguous, for example,
### Asynchronous `service create` and `service update` as default
314
314
315
-
**Deprecated In Release: v17.05.0**
315
+
**Deprecated In Release: v17.05**
316
316
317
317
**Disabled by default in release: [v17.10](https://github.com/docker/docker-ce/releases/tag/v17.10.0-ce)**
318
318
319
-
Docker 17.05.0 added an optional `--detach=false` option to make the
319
+
Docker 17.05 added an optional `--detach=false` option to make the
320
320
`docker service create` and `docker service update` work synchronously. This
321
321
option will be enabled by default in Docker 17.10, at which point the `--detach`
322
322
flag can be used to use the previous (asynchronous) behavior.
@@ -326,7 +326,7 @@ and `docker service scale` in Docker 17.10.
326
326
327
327
### `-g` and `--graph` flags on `dockerd`
328
328
329
-
**Deprecated In Release: v17.05.0**
329
+
**Deprecated In Release: v17.05**
330
330
331
331
The `-g` or `--graph` flag for the `dockerd` or `docker daemon` command was
332
332
used to indicate the directory in which to store persistent data and resource
0 commit comments