Merge pull request #3266 from thaJeztah/add_redirect

docs: add missing redirect, and remove /go/experimental redirect
This commit is contained in:
Silvin Lubecki 2021-09-15 14:16:14 +02:00 committed by GitHub
commit 8007fe68aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: "Use the Docker command line"
description: "Docker's CLI command description and usage" description: "Docker's CLI command description and usage"
keywords: "Docker, Docker documentation, CLI, command line, config.json, CLI configuration file" keywords: "Docker, Docker documentation, CLI, command line, config.json, CLI configuration file"
redirect_from: redirect_from:
- /go/experimental/ - /reference/commandline/cli/
- /engine/reference/commandline/engine/ - /engine/reference/commandline/engine/
- /engine/reference/commandline/engine_activate/ - /engine/reference/commandline/engine_activate/
- /engine/reference/commandline/engine_check/ - /engine/reference/commandline/engine_check/
@ -315,6 +315,9 @@ Experimental features provide early access to future product functionality.
These features are intended for testing and feedback, and they may change These features are intended for testing and feedback, and they may change
between releases without warning or can be removed from a future release. between releases without warning or can be removed from a future release.
Starting with Docker 20.10, experimental CLI features are enabled by default,
and require no configuration to enable them.
### Notary ### Notary
If using your own notary server and a self-signed certificate or an internal If using your own notary server and a self-signed certificate or an internal