Use the PKG installer
Early Access
The PKG installer is currently an Early Access feature and is available to all company and organization owners with a Business subscription and Docker Desktop version 4.36 and later.
The PKG package supports various MDM (Mobile Device Management) solutions, making it ideal for bulk installations and eliminating the need for manual setups by individual users. With this package, IT administrators can ensure standardized, policy-driven installations of Docker Desktop, enhancing efficiency and software management across their organizations.
Install interactively
- In the Docker Admin Console, navigate to your organization.
- Under Security and access, select the Deploy Docker Desktop page.
- From the macOS tab, select the Download PKG installer button.
- Once downloaded, double-click
Docker.pkg
to run the installer. - Follow the instructions on the installation wizard to authorize the installer and proceed with the install.
- Introduction: Select
Continue
. - License: Review the license agreement and select
Agree
. - Destination Select: This step is optional. It is recommended that you don't change the default installation destination (usually
Macintosh HD
). SelectContinue
. - Installation Type: Select
Install
. - Installation: Authenticate using your administrator password or Touch ID.
- Summary: After the installation completes, select
Close
.
- Introduction: Select
Note
When installing Docker Desktop with the PKG, in-app updates are automatically disabled. This feature ensures your organization maintains the required Docker Desktop version. For Docker Desktop installed with the .dmg installer, in-app updates remain supported.
Docker Desktop notifies you when an update is available. To update Docker Desktop, download the latest installer from the Docker Admin Console. Navigate to the Deploy Docker Desktop page > under Security and access.
To keep up to date with new releases, check the release notes page.
Install from the command line
In the Docker Admin Console, navigate to your organization.
Under Security and access, select the Deploy Docker Desktop page.
From the macOS tab, select the Download PKG installer button.
From your terminal, run the following command:
$ sudo installer -pkg "/path/to/Docker.pkg" -target /Applications
Additional resources
- See how you can deploy Docker Desktop for Mac via Intune or Jamf Pro
- Explore how to Enforce sign-in for your users.