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
|`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. ||
340
+
| `enableInferenceTCP`|| Enable host-side TCP support. This setting requires Docker Model Runner setting to be enabled first. ||
341
+
| `enableInferenceTCPPort`|| Specifies the exposed TCP port. This setting requires Docker Model Runner setting to be enabled first. ||
342
+
| `enableInferenceCORS`|| Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires Docker Model Runner setting to be enabled first. ||
343
+
335
344
### Beta features
336
345
337
346
> [!IMPORTANT]
@@ -342,10 +351,6 @@ For more information, see [Networking](/manuals/desktop/features/networking.md#n
|`allowBetaFeatures`|| If `value` is set to `true`, beta features are enabled. ||
344
353
|`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. ||
345
-
|`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. ||
346
-
| `enableInferenceTCP`|| Enable host-side TCP support. This setting requires Docker Model Runner setting to be enabled first. ||
347
-
| `enableInferenceTCPPort`|| Specifies the exposed TCP port. This setting requires Docker Model Runner setting to be enabled first. ||
348
-
| `enableInferenceCORS`|| Specifies the allowed CORS origins. Empty string to deny all,`*` to accept all, or a list of comma-separated values. This setting requires Docker Model Runner setting to be enabled first. ||
349
354
|`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. ||
350
355
|`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
+57-57Lines changed: 57 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ images are permitted.
192
192
193
193
> [!WARNING]
194
194
>
195
-
> QEMU has been deprecated in Docker Desktop versions 4.44 and later. For more information, see the [blog announcement](https://www.docker.com/blog/docker-desktop-for-mac-qemu-virtualization-option-to-be-deprecated-in-90-days/)
195
+
> QEMU has been deprecated in Docker Desktop versions 4.44 and later. For more information, see the [blog announcement](https://www.docker.com/blog/docker-desktop-for-mac-qemu-virtualization-option-to-be-deprecated-in-90-days/)
196
196
197
197
| Default value | Accepted values | Format |
198
198
|---------------|-----------------|----------|
@@ -610,6 +610,62 @@ Builders settings lets you manage Buildx builder instances for advanced image-bu
610
610
>
611
611
> Builder definitions are structured as an array of objects, each describing a builder instance. Conflicting or unsupported configurations may cause build errors.
612
612
613
+
## AI settings
614
+
615
+
### Enable Docker Model Runner
616
+
617
+
| Default value | Accepted values | Format |
618
+
|---------------|-----------------|----------|
619
+
|`true`|`true`, `false`| Boolean |
620
+
621
+
-**Description:** Docker Model Runner functionality for running AI models in containers.
622
+
-**OS:** {{< badge color=blue text="All" >}}
623
+
-**Use case:** Run and manage AI/ML models using Docker infrastructure.
624
+
-**Configure this setting with:**
625
+
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
626
+
627
+
#### Enable host-side TCP support
628
+
629
+
| Default value | Accepted values | Format |
630
+
|---------------|-----------------|----------|
631
+
|`false`|`true`, `false`| Boolean |
632
+
633
+
-**Description:** TCP connectivity for Docker Model Runner services.
634
+
-**OS:** {{< badge color=blue text="All" >}}
635
+
-**Use case:** Allow external applications to connect to Model Runner via TCP.
636
+
-**Configure this setting with:**
637
+
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
638
+
639
+
> [!NOTE]
640
+
>
641
+
> This setting requires Docker Model Runner setting to be enabled first.
642
+
643
+
##### Port
644
+
645
+
| Default value | Accepted values | Format |
646
+
|---------------|-----------------|---------|
647
+
| 12434 | Integer | Integer |
648
+
649
+
-**Description:** Specific port used for Model Runner TCP connections.
650
+
-**OS:** {{< badge color=blue text="All" >}}
651
+
-**Use case:** Customize the port for Model Runner TCP connectivity.
652
+
-**Configure this setting with:**
653
+
-**Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
654
+
- Settings Management: `enableInferenceTCP` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
| Empty string | Empty string to deny all,`*` to accept all, or a list of comma-separated values | String |
661
+
662
+
-**Description:** Cross-origin resource sharing settings for Model Runner web integration.
663
+
-**OS:** {{< badge color=blue text="All" >}}
664
+
-**Use case:** Allow web applications to connect to Model Runner services.
665
+
-**Configure this setting with:**
666
+
-**Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
667
+
- Settings Management: `enableInferenceCORS` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
668
+
613
669
## Kubernetes settings
614
670
615
671
### Enable Kubernetes
@@ -813,62 +869,6 @@ third-party or unvetted plugins from being installed.
813
869
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
814
870
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
815
871
816
-
### Enable Docker Model Runner
817
-
818
-
| Default value | Accepted values | Format |
819
-
|---------------|-----------------|----------|
820
-
|`true`|`true`, `false`| Boolean |
821
-
822
-
-**Description:** Docker Model Runner functionality for running AI models in containers.
823
-
-**OS:** {{< badge color=blue text="All" >}}
824
-
-**Use case:** Run and manage AI/ML models using Docker infrastructure.
825
-
-**Configure this setting with:**
826
-
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
827
-
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
828
-
829
-
#### Enable host-side TCP support
830
-
831
-
| Default value | Accepted values | Format |
832
-
|---------------|-----------------|----------|
833
-
|`false`|`true`, `false`| Boolean |
834
-
835
-
-**Description:** TCP connectivity for Docker Model Runner services.
836
-
-**OS:** {{< badge color=blue text="All" >}}
837
-
-**Use case:** Allow external applications to connect to Model Runner via TCP.
838
-
-**Configure this setting with:**
839
-
-**Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
840
-
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
841
-
842
-
> [!NOTE]
843
-
>
844
-
> This setting requires Docker Model Runner setting to be enabled first.
845
-
846
-
##### Port
847
-
848
-
| Default value | Accepted values | Format |
849
-
|---------------|-----------------|---------|
850
-
| 12434 | Integer | Integer |
851
-
852
-
-**Description:** Specific port used for Model Runner TCP connections.
853
-
-**OS:** {{< badge color=blue text="All" >}}
854
-
-**Use case:** Customize the port for Model Runner TCP connectivity.
855
-
-**Configure this setting with:**
856
-
-**Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
857
-
- Settings Management: `enableInferenceTCP` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
| Empty string | Empty string to deny all,`*` to accept all, or a list of comma-separated values | String |
864
-
865
-
-**Description:** Cross-origin resource sharing settings for Model Runner web integration.
866
-
-**OS:** {{< badge color=blue text="All" >}}
867
-
-**Use case:** Allow web applications to connect to Model Runner services.
868
-
-**Configure this setting with:**
869
-
-**Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
870
-
- Settings Management: `enableInferenceCORS` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
0 commit comments