mirror of https://github.com/docker/docs.git
Add documentation for new --installation-dir flag for the Windows Docker Desktop installer (#15712)
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
bbf63cfe5a
commit
002a8d76a7
|
@ -151,13 +151,14 @@ If using the Windows Command Prompt:
|
|||
start /w "" "Docker Desktop Installer.exe" install
|
||||
```
|
||||
|
||||
The install command accepts the following flags:
|
||||
The `install` command accepts the following flags:
|
||||
|
||||
- `--quiet`: suppresses information output when running the installer
|
||||
- `--accept-license`: accepts the [Docker Subscription Service Agreement](https://www.docker.com/legal/docker-subscription-service-agreement){: target="_blank" rel="noopener" class="_"} now, rather than requiring it to be accepted when the application is first run
|
||||
- `--no-windows-containers`: disables Windows containers integration
|
||||
- `--allowed-org=<org name>`: requires the user to sign in and be part of the specified Docker Hub organization when running the application
|
||||
- `--backend=<backend name>`: selects the default backend to use for Docker Desktop, `hyper-v`, `windows` or `wsl-2` (default)
|
||||
- `--installation-dir=<path>`: 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=<org name>` flag.
|
||||
- For example:
|
||||
|
|
Loading…
Reference in New Issue