Skip to content

Commit 3172219

Browse files
committed
docs: deprecate CLI options for experimental CLI features
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 4882256) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f132c8a commit 3172219

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/deprecated.md

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature
5050

5151
Status | Feature | Deprecated | Remove
5252
-----------|------------------------------------------------------------------------------------------------------------------------------------|------------|------------
53+
Deprecated | [Configuration options for experimental CLI features](#configuration-options-for-experimental-cli-features) | v19.03.0 | v20.03.0
5354
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
5455
Deprecated | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03.0 | v20.03.0
5556
Deprecated | [Top-level `docker deploy` subcommand (experimental)](#top-level-docker-deploy-subcommand-experimental) | v19.03.0 | v20.03.0
@@ -87,6 +88,11 @@ Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-
8788
Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10.0 | v1.13.0
8889
Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12.0
8990

91+
### Configuration options for experimental CLI features
92+
93+
The `DOCKER_CLI_EXPERIMENTAL` environment variable and the corresponding `experimental`
94+
field in the CLI configuration file are deprecated. Experimental features will be
95+
enabled by default, and these configuration options will no longer be functional.
9096

9197
### Pushing and pulling with image manifest v2 schema 1
9298

0 commit comments

Comments
 (0)