Skip to content

Commit b0f49b4

Browse files
review comments
Added note about proxy configuration requirements for Docker Desktop installation.
1 parent 1b8c2af commit b0f49b4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,17 @@ The following tables describe all available settings in the `admin-settings.json
317317
| `pac` | | Specifies a PAC file URL. For example, `"pac": "http://proxy/proxy.pac"`. | |
318318
| `embeddedPac` | | Specifies an embedded PAC (Proxy Auto-config) script. For example, `"embeddedPac": "function FindProxyForURL(url, host) { return \"DIRECT\"; }"`. This setting takes precedence over HTTP, HTTPS, Proxy bypass and PAC server URL. | |
319319

320+
> [!NOTE]
321+
>
322+
> Proxy configuration is a special case because it must be configured in two places:
323+
>
324+
> 1. In the Admin Console for your organization.
325+
> 2. On the user's system where Docker Desktop is installed.
326+
>
327+
> On the user's machine, configure the proxy either through the admin-settings.json file or by using installer flags during Docker Desktop installation. For detailed instructions, refer to the [installation guide](/manuals/desktop/setup/install/windows-install.md#proxy-configuration).
328+
>
329+
> This additional configuration is required because Docker Desktop must know which proxy server to use before it can complete user sign-in and retrieve organization settings from the Admin Console.
330+
320331
### Container proxy
321332

322333
| Parameter | OS | Description | Version |

0 commit comments

Comments
 (0)