Emphasizing no production environments for experimental features

Signed-off-by: Adrian Plata <adrian.plata@docker.com>
This commit is contained in:
Adrian Plata 2019-09-27 10:50:22 -07:00
parent 7720674fc2
commit fc4d3872c4
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)