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
settings-management: Docker Model Runner GA (#23383)
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
- Added `enableInferenceGPUVariant` to the AI settings table.
- Added the Docker Model Runner settings in the `admin-settings.json`
file example.
- Mentioned the AI settings group in Docker Desktop in the settings
reference.
- Added `enableInferenceGPUVariant` in the settings reference.
- Mentioned the Admin Console for the Docker Model Runner settings in
the settings reference.
## Related issues or tickets
https://docs.docker.com/ai/model-runner/https://docker.slack.com/archives/C02DDPKLJ0J/p1757437016971229?thread_ts=1757416342.491719&cid=C02DDPKLJ0J
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Dorin Geman <[email protected]>
Co-authored-by: Allie Sadler <[email protected]>
Co-authored-by: Jacob Howard <[email protected]>
|`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. ||
|`enableInference`|| Setting `enableInference` to `true` enables [Docker Model Runner](/manuals/ai/model-runner/_index.md). ||
360
+
|`enableInferenceTCP`|| Enable host-side TCP support. This setting requires the Docker Model Runner setting to be enabled first. ||
361
+
|`enableInferenceTCPPort`|| Specifies the exposed TCP port. This setting requires the Docker Model Runner and Enable host-side TCP support settings to be enabled first. ||
362
+
|`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. ||
363
+
|`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`. ||
Copy file name to clipboardExpand all lines: content/manuals/enterprise/security/hardened-desktop/settings-management/settings-reference.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -616,13 +616,15 @@ Builders settings lets you manage Buildx builder instances for advanced image-bu
616
616
617
617
| Default value | Accepted values | Format |
618
618
|---------------|-----------------|----------|
619
-
|`true`|`true`, `false`| Boolean |
619
+
|`true`|`true`, `false`| Boolean |
620
620
621
621
-**Description:** Docker Model Runner functionality for running AI models in containers.
622
622
-**OS:** {{< badge color=blue text="All" >}}
623
623
-**Use case:** Run and manage AI/ML models using Docker infrastructure.
624
624
-**Configure this setting with:**
625
+
-**AI** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
625
626
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
627
+
- Settings Management: **Enable Docker Model Runner** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
626
628
627
629
#### Enable host-side TCP support
628
630
@@ -634,7 +636,9 @@ Builders settings lets you manage Buildx builder instances for advanced image-bu
634
636
-**OS:** {{< badge color=blue text="All" >}}
635
637
-**Use case:** Allow external applications to connect to Model Runner via TCP.
636
638
-**Configure this setting with:**
639
+
-**AI** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
637
640
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
641
+
- Settings Management: **Host-side TCP support** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
638
642
639
643
> [!NOTE]
640
644
>
@@ -650,8 +654,13 @@ Builders settings lets you manage Buildx builder instances for advanced image-bu
650
654
-**OS:** {{< badge color=blue text="All" >}}
651
655
-**Use case:** Customize the port for Model Runner TCP connectivity.
652
656
-**Configure this setting with:**
653
-
-**Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
657
+
-**AI** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
654
658
- Settings Management: `enableInferenceTCP` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
659
+
- Settings Management: **Host-side TCP port** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
660
+
661
+
> [!NOTE]
662
+
>
663
+
> This setting requires Docker Model Runner and host-side TCP support settings to be enabled first.
655
664
656
665
##### CORS Allowed Origins
657
666
@@ -663,8 +672,27 @@ Builders settings lets you manage Buildx builder instances for advanced image-bu
663
672
-**OS:** {{< badge color=blue text="All" >}}
664
673
-**Use case:** Allow web applications to connect to Model Runner services.
665
674
-**Configure this setting with:**
666
-
-**Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
675
+
-**AI** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
667
676
- Settings Management: `enableInferenceCORS` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
677
+
- Settings Management: **CORS Allowed Origins** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
678
+
679
+
> [!NOTE]
680
+
>
681
+
> This setting requires Docker Model Runner and host-side TCP support settings to be enabled first.
-**Use case:** Enable GPU-backed inference. Additional components will be downloaded to ~/.docker/bin/inference.
692
+
-**Configure this setting with:**
693
+
-**AI** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
694
+
- Settings Management: `enableInferenceGPUVariant` setting in the [`admin-settings.json` file](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md)
695
+
- Settings Management: **Enable GPU-backed inference** setting in the [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md)
0 commit comments