From f01901b39c1ac4a09cdb21349e726e338f41cb1d Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Thu, 14 Sep 2023 12:43:45 -0700 Subject: [PATCH] update win install admin-settings flag Signed-off-by: Craig Osterhout --- content/desktop/install/windows-install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/desktop/install/windows-install.md b/content/desktop/install/windows-install.md index b04054cd3739..6c09d339887e 100644 --- a/content/desktop/install/windows-install.md +++ b/content/desktop/install/windows-install.md @@ -145,7 +145,10 @@ The `install` command accepts the following flags: - `--installation-dir=`: Changes the default installation location (`C:\Program Files\Docker\Docker`) - `--admin-settings`: Automatically creates an `admin-settings.json` file which is used by admins to control certain Docker Desktop settings on client machines within their organization. For more information, see [Settings Management](../hardened-desktop/settings-management/index.md). - It must be used together with the `--allowed-org=` flag. - - For example: `--allowed-org= --admin-settings='{"configurationFileVersion": 2, "enhancedContainerIsolation": {"value": true, "locked": false}}'` + - For example: + ``` + --allowed-org= --admin-settings="{'configurationFileVersion': 2, 'enhancedContainerIsolation': {'value': true, 'locked': false}}" + ``` - `--proxy-http-mode=`: Sets the HTTP Proxy mode, `system` (default) or `manual` - `--override-proxy-http=`: Sets the URL of the HTTP proxy that must be used for outgoing HTTP requests, requires `--proxy-http-mode` to be `manual` - `--override-proxy-https=`: Sets the URL of the HTTP proxy that must be used for outgoing HTTPS requests, requires `--proxy-http-mode` to be `manual`