docs: add missing redirect, and remove /go/experimental redirect

The /go/ redirects are now defined in the docs repository, so the one
we defined here can be removed.
Also adds a missing redirect for an old URL to the main CLI page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-08-23 17:35:25 +02:00
parent c758c3e4a5
commit 463746ff22
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
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