File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature
50
50
51
51
Status | Feature | Deprecated | Remove
52
52
-----------|------------------------------------------------------------------------------------------------------------------------------------|------------|------------
53
+ Deprecated | [ Configuration options for experimental CLI features] ( #configuration-options-for-experimental-cli-features ) | v19.03.0 | v20.03.0
53
54
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
54
55
Deprecated | [ ` docker engine ` subcommands] ( #docker-engine-subcommands ) | v19.03.0 | v20.03.0
55
56
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-
87
88
Removed | [ ` --run ` flag on ` docker commit ` ] ( #--run-flag-on-docker-commit ) | v0.10.0 | v1.13.0
88
89
Removed | [ Three arguments form in ` docker import ` ] ( #three-arguments-form-in-docker-import ) | v0.6.7 | v1.12.0
89
90
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.
90
96
91
97
### Pushing and pulling with image manifest v2 schema 1
92
98
You can’t perform that action at this time.
0 commit comments