From 03bff5d55e7c5a5ebc1d3521d1b4f54b5f44c122 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Wed, 3 Aug 2022 08:32:52 +0200 Subject: [PATCH] Explain how the install command can seem to hang for several minutes without anything to happen (#15299) --- desktop/install/mac-install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/install/mac-install.md b/desktop/install/mac-install.md index 96ba199414..00b19610b8 100644 --- a/desktop/install/mac-install.md +++ b/desktop/install/mac-install.md @@ -101,6 +101,8 @@ $ sudo /Volumes/Docker/Docker.app/Contents/MacOS/install $ 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: - `--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=`: requires the user to sign in and be part of the specified Docker Hub organization when running the application