From fc4d3872c42a52d66679bb6a608baef0d21a3be7 Mon Sep 17 00:00:00 2001 From: Adrian Plata Date: Fri, 27 Sep 2019 10:50:22 -0700 Subject: [PATCH] Emphasizing no production environments for experimental features Signed-off-by: Adrian Plata --- _includes/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/cli.md b/_includes/cli.md index d817dc48c7..66ff4963b9 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -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)