ENGDOCS-1953 (#19174)

* ENGDOCS-1953

* Update content/desktop/install/windows-install.md
This commit is contained in:
Allie Sadler 2024-01-23 09:13:37 +00:00 committed by GitHub
parent 29fdf37b5d
commit 616bd1fcb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -175,7 +175,7 @@ The `install` command accepts the following flags:
- For example:
```text
--allowed-org=<org name> --admin-settings="{'configurationFileVersion': 2, 'enhancedContainerIsolation': {'value': true, 'locked': false}}"
--allowed-org=<org name> --admin-settings='{"configurationFileVersion": 2, "enhancedContainerIsolation": {"value": true, "locked": false}}'
```
- `--proxy-http-mode=<mode>`: Sets the HTTP Proxy mode, `system` (default) or `manual`
@ -191,7 +191,9 @@ The `install` command accepts the following flags:
>
> If you're using PowerShell, you need to use the `ArgumentList` parameter before any flags.
> For example:
> `Start-Process 'Docker Desktop Installer.exe' -Wait -ArgumentList 'install', '--accept-license`
> ```powershell
> Start-Process 'Docker Desktop Installer.exe' -Wait -ArgumentList 'install', '--accept-license'
> ```
If your admin account is different to your user account, you must add the user to the **docker-users** group: