Merge pull request #9131 from usha-mandya/experimental-features

Adding info on enabling experimental features
This commit is contained in:
Dawn W 2019-07-25 11:23:49 -07:00 committed by GitHub
commit e34536d8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
<!-- This text will be included in the CLI plugin docs that are marked as experimental in Docker Enterprise 3.0 release -->
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.