From 972d1929bd55aa3347b284cc75a7f6780d377dce Mon Sep 17 00:00:00 2001 From: Adrian Plata Date: Wed, 18 Sep 2019 14:35:33 -0700 Subject: [PATCH] simply the experimental box Signed-off-by: Adrian Plata --- _includes/cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/cli.md b/_includes/cli.md index 8f74ccc1e8..d817dc48c7 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -47,13 +47,13 @@ your client and daemon API versions. > This command is experimental. > -> This command is experimental on the Docker client. It should not be used in +> 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`. -> -> {% include experimental.md %} +> and set `experimental` to `enabled`. You can go [here](https://github.com/docker/docker.github.io/blob/master/_includes/experimental.md) +> for more information. +{: .important } {% endif %}