--Summary of how to install Docker Desktop for Mac with Homebrew
--You must be able to use Homebrew. (The $ brew command can be executed)
Execute the following command to bring Homebrew up to date.
$ brew update
Execute the following command to install Docker.
$ brew install docker
$ brew cask install docker
Execute the following command to open the installed file.
$ open /Applications/Docker.app
Enter the user password when asked.
Recommended Posts