Skip to content

Commit

Permalink
ENGDOCS-1953 (#19174)
Browse files Browse the repository at this point in the history
* ENGDOCS-1953

* Update content/desktop/install/windows-install.md
  • Loading branch information
aevesdocker authored Jan 23, 2024
1 parent 29fdf37 commit 616bd1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/desktop/install/windows-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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:

Expand Down

0 comments on commit 616bd1f

Please sign in to comment.