Merge pull request #3543 from thaJeztah/remove_the_experiment

remove "Experimental" client field from "docker version"
This commit is contained in:
Sebastiaan van Stijn
2022-04-20 22:03:21 +02:00
committed by GitHub
4 changed files with 4 additions and 5 deletions

View File

@ -345,6 +345,10 @@ The `DOCKER_CLI_EXPERIMENTAL` environment variable and the corresponding `experi
field in the CLI configuration file are deprecated. Experimental features are
enabled by default, and these configuration options are no longer functional.
Starting with v22.04, the Docker CLI no longer prints `Experimental` for the client
in the output of `docker version`, and the field has been removed from the JSON
format.
### CLI plugins support
**Deprecated in Release: v20.10**