mirror of https://github.com/docker/docs.git
Explain how the install command can seem to hang for several minutes without anything to happen (#15299)
This commit is contained in:
parent
dfa7fc3b8e
commit
03bff5d55e
|
@ -101,6 +101,8 @@ $ sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
|
||||||
$ sudo hdiutil detach /Volumes/Docker
|
$ sudo hdiutil detach /Volumes/Docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
As macOS typically performs security checks the first time an application is used, the `install` command can take several minutes to run.
|
||||||
|
|
||||||
The `install` command accepts the following flags:
|
The `install` command accepts the following flags:
|
||||||
- `--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
|
- `--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
|
||||||
- `--allowed-org=<org name>`: requires the user to sign in and be part of the specified Docker Hub organization when running the application
|
- `--allowed-org=<org name>`: requires the user to sign in and be part of the specified Docker Hub organization when running the application
|
||||||
|
|
Loading…
Reference in New Issue