mirror of https://github.com/docker/docs.git
update the experimental blurb (#10185)
This commit is contained in:
parent
068024a91a
commit
f2c116d7df
|
@ -3,13 +3,12 @@ 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).
|
||||
Docker does not offer support for 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.
|
||||
> **Settings** (**Preferences** on macOS) > **Command Line** and then turn on
|
||||
> the **Enable experimental features** toggle. Click **Apply & Restart**.
|
||||
{: .important }
|
||||
|
|
|
@ -350,10 +350,7 @@ of Docker Engine enabled by default, described in the [Docker Experimental Featu
|
|||
|
||||
{% include experimental.md %}
|
||||
|
||||
On both Edge and Stable releases, you can toggle the **Experimental features** on and off. If you toggle it off, Docker Desktop uses the current generally
|
||||
available release of Docker Engine.
|
||||
|
||||
Run `docker version` to see if you are in Experimental mode. Experimental mode
|
||||
Run `docker version` to verify whether you have enabled experimental features. Experimental mode
|
||||
is listed under `Server` data. If `Experimental` is `true`, then Docker is
|
||||
running in experimental mode, as shown here:
|
||||
|
||||
|
|
Loading…
Reference in New Issue