From 6cd4119eef578b73e51282edecdb3ab765e10a31 Mon Sep 17 00:00:00 2001 From: usha-mandya Date: Thu, 25 Jul 2019 14:25:17 +0100 Subject: [PATCH] Adding info on enabling exp features via the UI --- _includes/experimental.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/experimental.md b/_includes/experimental.md index cce99af663..88cf393bf2 100644 --- a/_includes/experimental.md +++ b/_includes/experimental.md @@ -1,2 +1,6 @@ Experimental features provide early access to future product functionality. These features are intended for testing and feedback only as they may change between releases without warning or can be removed entirely from a future release. Experimental features must not be used in production environments. Docker does not offer support for experimental features. For more information, see [Experimental features](https://success.docker.com/article/experimental-features). +> +> To enable experimental features in the Docker CLI, edit the `config.json` file and set `experimental` to enabled. +> +> To enable experimental features from the Docker Desktop menu, click **Settings** (**Preferences** on macOS) > **Daemon** and then select the **Experimental features** check box.