From 4d3068792f38e847f96a5346f6c367dbbdc5ae35 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Fri, 17 Apr 2020 17:12:46 +0100 Subject: [PATCH] Add link to CLI experimental features --- _includes/experimental.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/experimental.md b/_includes/experimental.md index f6a234963e..426925ebdf 100644 --- a/_includes/experimental.md +++ b/_includes/experimental.md @@ -12,3 +12,5 @@ Docker does not offer support for experimental features. > **Settings** (**Preferences** on macOS) > **Command Line** and then turn on > the **Enable experimental features** toggle. Click **Apply & Restart**. {: .important } + +For a list of current experimental features in the Docker CLI, see [Docker CLI Experimental features](https://github.com/docker/cli/blob/master/experimental/README.md).