Merge pull request #9527 from adrian-plata/experimental-emphasis

Emphasizing no production environments for experimental features
This commit is contained in:
Adrian Plata 2019-09-27 11:14:00 -07:00 committed by GitHub
commit 29a6914fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -45,10 +45,10 @@ your client and daemon API versions.
{% if site.data[include.datafolder][include.datafile].experimentalcli %}
> This command is experimental.
> This command is experimental on the Docker client.
>
> **It should not be used in production environments.**
>
> This command is experimental on the Docker client. It should not be used in
> production environments.
> To enable experimental features in the Docker CLI, edit the
> [config.json](/engine/reference/commandline/cli.md#configuration-files)
> and set `experimental` to `enabled`. You can go [here](https://github.com/docker/docker.github.io/blob/master/_includes/experimental.md)