Skip to content

Commit 4882256

Browse files
committed
docs: deprecate CLI options for experimental CLI features
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c2225ad commit 4882256

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/deprecated.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Deprecated | [Kernel memory limit](#kernel-memory-limit)
5454
Deprecated | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.03.0 | -
5555
Deprecated | [Support for the legacy `~/.dockercfg` configuration file for authentication](#support-for-legacy-dockercfg-configuration-files) | v20.03.0 | -
5656
Deprecated | [CLI plugins support](#cli-plugins-support) | v20.03.0 | -
57-
Deprecated | [Dockerfile legacy `ENV name value` syntax](#dockerfile-legacy-env-name-value-syntax) | v20.03.0 | -
57+
Deprecated | [Dockerfile legacy `ENV name value` syntax](#dockerfile-legacy-env-name-value-syntax) | v20.03.0 | -
58+
Deprecated | [Configuration options for experimental CLI features](#configuration-options-for-experimental-cli-features) | v19.03.0 | v20.03.0
5859
Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03.0 | v20.03.0
5960
Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03.0 | v20.03.0
6061
Removed | [Top-level `docker deploy` subcommand (experimental)](#top-level-docker-deploy-subcommand-experimental) | v19.03.0 | v20.03.0
@@ -124,6 +125,12 @@ Given that the old file format encourages insecure storage of credentials
124125
Docker v1.7.0 has created this file, the file is marked deprecated, and support
125126
for this file will be removed in a future release.
126127

128+
### Configuration options for experimental CLI features
129+
130+
The `DOCKER_CLI_EXPERIMENTAL` environment variable and the corresponding `experimental`
131+
field in the CLI configuration file are deprecated. Experimental features will be
132+
enabled by default, and these configuration options will no longer be functional.
133+
127134
### CLI plugins support
128135

129136
**Deprecated in Release: v20.03.0**

0 commit comments

Comments
 (0)