mirror of https://github.com/docker/docs.git
Emphasizing no production environments for experimental features
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
This commit is contained in:
parent
7720674fc2
commit
fc4d3872c4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue