Skip to content

Commit 4b4670a

Browse files
authored
Revert "Merge pull request #22773 from aevesdocker/ENGDOCS-2696"
This reverts commit e9e78a3.
1 parent 17ef8a6 commit 4b4670a

File tree

6 files changed

+43
-37
lines changed

6 files changed

+43
-37
lines changed

content/manuals/ai/gordon/_index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,21 @@ If you have concerns about data collection or usage, you can
8686
## Enable Ask Gordon
8787

8888
1. Sign in to your Docker account.
89-
2. Navigate to the **Beta features** tab in settings.
90-
3. Check the **Enable Docker AI** checkbox.
89+
2. Navigate to the **Features in development** tab in settings.
90+
3. Under the **Experimental features** tab, select **Access experimental features**.
91+
4. Select **Apply and restart**.
92+
5. Quit and reopen Docker Desktop to ensure the changes take effect.
93+
6. Open the **Settings** view in Docker Desktop.
94+
7. Navigate to **Features in development**.
95+
8. From the **Beta** tab, check the **Enable Docker AI** checkbox.
9196

9297
The Docker AI terms of service agreement is displayed. You must agree to the
9398
terms before you can enable the feature. Review the terms and select **Accept
9499
and enable** to continue.
95100

96-
4. Select **Apply & restart**.
101+
9. Select **Apply & restart**.
97102

98-
> [!IMPORTANT]
99-
>
100-
> For Docker Desktop versions 4.41 and earlier, this settings lived under the **Experimental features** tab on the **Features in development** page.
103+
You can also enable Ask Gordon from the **Ask Gordon** tab if you have selected the **Access experimental features** setting. Simply select the **Enable Ask Gordon** button, and then accept the Docker AI terms of service agreement.
101104

102105
## Using Ask Gordon
103106

@@ -201,7 +204,7 @@ across several dimensions:
201204
If you've enabled Ask Gordon and you want to disable it again:
202205

203206
1. Open the **Settings** view in Docker Desktop.
204-
2. Navigate to **Beta features**.
207+
2. Navigate to **Features in development**.
205208
3. Clear the **Enable Docker AI** checkbox.
206209
4. Select **Apply & restart**.
207210

content/manuals/ai/model-runner/_index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,17 @@ Models are pulled from Docker Hub the first time they're used and stored locally
3737

3838
### Enable DMR in Docker Desktop
3939

40-
1. Navigate to the **Beta features** tab in settings.
41-
2. Tick the **Enable Docker Model Runner** setting.
42-
3. If you are running on Windows with a supported NVIDIA GPU, you should also see and be able to tick the **Enable GPU-backed inference** setting.
40+
1. Navigate to the **Features in development** tab in settings.
41+
2. Under the **Experimental features** tab, select **Access experimental features**.
42+
3. Select **Apply and restart**.
43+
4. Quit and reopen Docker Desktop to ensure the changes take effect.
44+
5. Open the **Settings** view in Docker Desktop.
45+
6. Navigate to **Features in development**.
46+
7. From the **Beta** tab, tick the **Enable Docker Model Runner** setting.
47+
8. If you are running on Windows with a supported NVIDIA GPU, you should also see and be able to tick the **Enable GPU-backed inference** setting.
4348

4449
You can now use the `docker model` command in the CLI and view and interact with your local models in the **Models** tab in the Docker Desktop Dashboard.
4550

46-
> [!IMPORTANT]
47-
>
48-
> For Docker Desktop versions 4.41 and earlier, this settings lived under the **Experimental features** tab on the **Features in development** page.
49-
5051
### Enable DMR in Docker Engine
5152

5253
1. Ensure you have installed [Docker Engine](/engine/install/).

content/manuals/desktop/settings-and-maintenance/settings.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -472,23 +472,29 @@ Use the **Extensions** tab to:
472472

473473
For more information about Docker extensions, see [Extensions](/manuals/extensions/_index.md).
474474

475-
## Beta features
475+
## Features in development
476+
477+
On the **Feature control** tab you can control your settings for **Beta features** and **Experimental features**.
478+
479+
You can also sign up to the [Developer Preview program](https://www.docker.com/community/get-involved/developer-preview/) from the **Features in development** tab.
480+
481+
### Beta features
476482

477483
Beta features provide access to future product functionality.
478484
These features are intended for testing and feedback only as they may change
479485
between releases without warning or remove them entirely from a future
480486
release. Beta features must not be used in production environments.
481487
Docker doesn't offer support for beta features.
482488

483-
You can also sign up to the [Developer Preview program](https://www.docker.com/community/get-involved/developer-preview/) from the **Beta features** tab.
489+
### Experimental features
484490

485-
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).
491+
Experimental features provide early access to future product functionality.
492+
These features are intended for testing and feedback only as they may change
493+
between releases without warning or can be removed entirely from a future
494+
release. Experimental features must not be used in production environments.
495+
Docker does not offer support for experimental features.
486496

487-
> [!IMPORTANT]
488-
>
489-
> For Docker Desktop versions 4.41 and earlier, there is also an **Experimental features** tab under the **Features in development** page.
490-
>
491-
> As with beta features, experimental features must not be used in production environments. Docker does not offer support for experimental features.
497+
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).
492498

493499
## Notifications
494500

content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ of configurable settings for the `admin-settings.json` file, see [`admin-setting
165165
"sbomIndexing": true,
166166
"useBackgroundIndexing": true
167167
},
168+
"allowExperimentalFeatures": {
169+
"locked": false,
170+
"value": false
171+
},
168172
"allowBetaFeatures": {
169173
"locked": false,
170174
"value": false
@@ -306,18 +310,14 @@ quit and reopened.
306310

307311
For more information, see [Networking](/manuals/desktop/features/networking.md#networking-mode-and-dns-behaviour-for-mac-and-windows).
308312

309-
### Beta features
310-
311-
> [!IMPORTANT]
312-
>
313-
> For Docker Desktop versions 4.41 and earlier, these settings lived under the **Experimental features** tab on the **Features in development** page.
313+
### Features in development
314314

315315
| Parameter | OS | Description | Version |
316316
|:----------------------------|----|:--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
317+
| `allowExperimentalFeatures` | | If `value` is set to `true`, experimental features are enabled. | |
317318
| `allowBetaFeatures` | | If `value` is set to `true`, beta features are enabled. | |
318319
| `enableDockerAI` | | If `allowBetaFeatures` is true, setting `enableDockerAI` to `true` enables [Docker AI (Ask Gordon)](/manuals/ai/gordon/_index.md). | |
319320
| `enableDockerMCPToolkit` | | If `allowBetaFeatures` is true, setting `enableDockerMCPToolkit` to `true` enables the [MCP toolkit feature](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md). | |
320-
| `allowExperimentalFeatures` | | If `value` is set to `true`, experimental features are enabled. | Docker Desktop version 4.41 and earlier |
321321

322322
### Enhanced Container Isolation
323323

content/manuals/security/for-admins/hardened-desktop/settings-management/settings-reference.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,7 @@ third-party or unvetted plugins from being installed.
763763
- **Configure this setting with:**
764764
- **Extensions** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
765765

766-
## Beta features
767-
768-
> [!IMPORTANT]
769-
>
770-
> For Docker Desktop versions 4.41 and earlier, these settings lived under the **Experimental features** tab on the **Features in development** page.
766+
## Features in development
771767

772768
### Enable Docker AI
773769

@@ -779,7 +775,7 @@ third-party or unvetted plugins from being installed.
779775
- **OS:** {{< badge color=blue text="All" >}}
780776
- **Use case:** Enable or disable AI features like "Ask Gordon".
781777
- **Configure this setting with:**
782-
- **Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
778+
- **Features in development** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
783779
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
784780

785781
### Enable Docker Model Runner
@@ -792,7 +788,7 @@ third-party or unvetted plugins from being installed.
792788
- **OS:** {{< badge color=blue text="All" >}}
793789
- **Use case:** Enable or disable Docker Model Runner features.
794790
- **Configure this setting with:**
795-
- **Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
791+
- **Features in development** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
796792

797793
### Enable host-side TCP support
798794

@@ -804,7 +800,7 @@ third-party or unvetted plugins from being installed.
804800
- **OS:** {{< badge color=blue text="All" >}}
805801
- **Use case:** Enable or disable Docker Model Runner features.
806802
- **Configure this setting with:**
807-
- **Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
803+
- **Features in development** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
808804

809805
> [!NOTE]
810806
>

data/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Compliance reporting:
7070
Compose attach:
7171
requires: Docker Compose [2.20.0](/manuals/compose/releases/release-notes.md#2200) and later
7272
Compose bridge:
73-
availability: Beta
73+
availability: Experimental
7474
Config profiles:
7575
requires: Docker Desktop 4.36 and later
7676
Compose dependent images:

0 commit comments

Comments
 (0)