Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit a7d8e5b

Browse files
committed
docs: deprecate CLI options for experimental CLI features
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 48822564b6ed11e8e9278f71ba1949eaeb3392c9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 3172219932d5d8d8e68715b7495070a1c63f168b Component: cli
1 parent 265d2d8 commit a7d8e5b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

components/cli/docs/deprecated.md

Lines changed: 6 additions & 0 deletions
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)