You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,12 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
383
383
|`enableInferenceCORS`|| Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires the Docker Model Runner and Enable host-side TCP support settings to be enabled first. ||
384
384
|`enableInferenceGPUVariant`| Windows only | Setting `enableInferenceGPUVariant` to `true` enables GPU-backed inference. The additional components required for this don't come by default with Docker Desktop, therefore they will be downloaded to `~/.docker/bin/inference`. ||
|`enableDockerAI`|| Setting `enableDockerAI` to `true` enables [Gordon](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. ||
391
+
386
392
### Beta features
387
393
388
394
> [!IMPORTANT]
@@ -392,7 +398,6 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
|`allowBetaFeatures`|| If `value` is set to `true`, beta features are enabled. ||
395
-
|`enableDockerAI`|| If `allowBetaFeatures` is true, setting `enableDockerAI` to `true` enables [Docker AI (Ask Gordon)](/manuals/ai/gordon/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. ||
396
401
|`enableDockerMCPToolkit`|| If `allowBetaFeatures` is true, setting `enableDockerMCPToolkit` to `true` enables the [MCP Toolkit feature](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. ||
397
402
|`allowExperimentalFeatures`|| If `value` is set to `true`, experimental features are enabled. | Docker Desktop version 4.41 and earlier |
Copy file name to clipboardExpand all lines: content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -874,33 +874,34 @@ third-party or unvetted plugins from being installed.
874
874
-**Configure this setting with:**
875
875
-**Extensions** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
876
876
877
-
## Beta features settings
878
-
879
-
> [!IMPORTANT]
880
-
>
881
-
> For Docker Desktop versions 4.41 and earlier, these settings were under the **Experimental features** tab on the **Features in development** page.
877
+
## AI settings
882
878
883
-
### Enable Docker AI
879
+
### Enable Gordon
884
880
885
881
| Default value | Accepted values | Format |
886
882
|---------------|-----------------|----------|
887
883
|`false`| Individual users: `true`, `false`<br>Business tier: `"Disabled"`, `"Enabled"`, `"Always Enabled"`| Boolean for individuals<br>Toggle in Admin Console |
888
884
889
-
890
-
-**Description:** Docker AI features including "Ask Gordon" functionality.
885
+
-**Description:** Enable the Gordon AI agent, including the "Ask Gordon" interface.
891
886
-**OS:** {{< badge color=blue text="All" >}}
892
887
-**Use case:** Turn on AI-powered assistance and recommendations within Docker Desktop.
893
888
-**Configure this setting with:**
894
-
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
889
+
-**AI** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
895
890
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
896
-
- Settings Management: **Enable Docker AI** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
891
+
- Settings Management: **Enable Gordon** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
897
892
898
893
> [!IMPORTANT]
899
894
>
900
895
> Docker Business customers must set this to `"Enabled"` or `"Always Enabled"`
901
896
in the Admin Console. Setting to `"User Defined"` alone will not activate
902
-
Docker AI features. This secure-by-default approach prevents unintended
903
-
deployment of AI features in security-conscious organizations.
897
+
Gordon features. This secure-by-default approach prevents unintended
898
+
deployment of Gordon in security-conscious organizations.
899
+
900
+
## Beta features settings
901
+
902
+
> [!IMPORTANT]
903
+
>
904
+
> For Docker Desktop versions 4.41 and earlier, these settings were under the **Experimental features** tab on the **Features in development** page.
0 commit comments