Skip to content

Commit a92b0ba

Browse files
committed
update settings ref
1 parent a876ed8 commit a92b0ba

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

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

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ third-party or unvetted plugins from being installed.
795795
- **Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
796796
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
797797

798-
### Enable host-side TCP support
798+
#### Enable host-side TCP support
799799

800800
| Default value | Accepted values | Format |
801801
|---------------|-----------------|----------|
@@ -808,11 +808,36 @@ third-party or unvetted plugins from being installed.
808808
- **Beta** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
809809
- Settings Management: `enableDockerAI` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
810810

811-
812811
> [!NOTE]
813812
>
814813
> This setting requires Docker Model Runner setting to be enabled first.
815814
815+
##### Port
816+
817+
| Default value | Accepted values | Format |
818+
|---------------|-----------------|---------|
819+
| 12434 | Integer | Integer |
820+
821+
- **Description:** Specifies the exposed TCP port.
822+
- **OS:** {{< badge color=blue text="All" >}}
823+
- **Use case:** Connect to the Model Runner via TCP.
824+
- **Configure this setting with:**
825+
- **Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
826+
- Settings Management: `enableInferenceTCP` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
827+
828+
##### CORS Allowed Origins
829+
830+
| Default value | Accepted values | Format |
831+
|---------------|---------------------------------------------------------------------------------|--------|
832+
| Empty string | Empty string to deny all,`*` to accept all, or a list of comma-separated values | String |
833+
834+
- **Description:** Specifies the exposed TCP port.
835+
- **OS:** {{< badge color=blue text="All" >}}
836+
- **Use case:** Connect to the Model Runner via TCP.
837+
- **Configure this setting with:**
838+
- **Beta features** settings in [Docker Desktop GUI](/manuals/desktop/settings-and-maintenance/settings.md)
839+
- Settings Management: `enableInferenceCORS` setting in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
840+
816841
### Enable Docker MCP Toolkit
817842

818843
| Default value | Accepted values | Format |
@@ -1127,4 +1152,4 @@ overrides are possible.
11271152
- **OS:** {{< badge color=blue text="All" >}}
11281153
- **Use case:** Allow users to authenticate with enterprise proxy servers that require Kerberos or NTLM.
11291154
- **Configure this setting with:**
1130-
- Settings Management: `proxy.enableKerberosNtlm` in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)
1155+
- Settings Management: `proxy.enableKerberosNtlm` in the [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md)

0 commit comments

Comments
 (0)