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/security/for-admins/hardened-desktop/settings-management/configure-json-file.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,7 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
317
317
|`allowBetaFeatures`|| If `value` is set to `true`, beta features are enabled. ||
318
318
|`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. ||
319
319
|`enableInference`|| If `allowBetaFeatures` is true, setting `enableInference` to `true` enables [Docker Model Runner](/manuals/ai/model-runner/_index.md) by default. You can independently control this setting from the `allowBetaFeatures` setting. ||
320
+
| `enableInferenceTCP`|| Enable host-side TCP support. This setting requires Docker Model Runner setting to be enabled first. ||
320
321
|`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. ||
321
322
|`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/security/for-admins/hardened-desktop/settings-management/settings-reference.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -793,6 +793,7 @@ third-party or unvetted plugins from being installed.
793
793
-**Use case:** Enable or disable Docker Model Runner features.
794
794
-**Configure this setting with:**
795
795
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
796
+
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
796
797
797
798
### Enable host-side TCP support
798
799
@@ -805,11 +806,48 @@ third-party or unvetted plugins from being installed.
805
806
-**Use case:** Enable or disable Docker Model Runner features.
806
807
-**Configure this setting with:**
807
808
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
809
+
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
810
+
808
811
809
812
> [!NOTE]
810
813
>
811
814
> This setting requires Docker Model Runner setting to be enabled first.
812
815
816
+
### Enable Docker MCP Toolkit
817
+
818
+
| Default value | Accepted values | Format |
819
+
|---------------|-----------------|----------|
820
+
|`true`|`true`, `false`| Boolean |
821
+
822
+
-**Description:** Enable [Docker MCP Toolkit](/manuals/ai/mcp-catalog-and-toolkit/_index.md) in Docker Desktop.
823
+
-**OS:** {{< badge color=blue text="All" >}}
824
+
-**Configure this setting with:**
825
+
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
826
+
- Settings Management: `enableDockerMCPToolkit` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
827
+
828
+
829
+
### Enable Wasm
830
+
831
+
| Default value | Accepted values | Format |
832
+
|---------------|-----------------|----------|
833
+
|`true`|`true`, `false`| Boolean |
834
+
835
+
-**Description:** Enable [Wasm](/manuals/desktop/features/wasm.md) to run Wasm workloads.
836
+
-**OS:** {{< badge color=blue text="All" >}}
837
+
-**Configure this setting with:**
838
+
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
0 commit comments