Skip to content

Instantly share code, notes, and snippets.

Getting Docker on your mac with homebrew:

Docker Desktop via brew cask --install docker

You can install docker through brew. If you use the --cask option, it will install Docker Desktop and you'll need to:

  1. Make sure you have the appropriate license if applicable
  2. Run Docker.app in your /Applications folder to complete the install

Bottom line: You install the Docker Desktop app, but kicked off the download through Homebrew.