Installing Docker on macOS

Installing Docker on macOS#

Newer Macs run on M chips, older ones on Intel chips. This may affect the ability to run most commonly used Docker containers, which are usually built for Linux on Intel. The goal is to have the command line “docker” available.

There are two ways to install Docker on Mac. The first is using OrbStack. See this page for easy download options. See their note on Rosetta emulation for cross-platform compatibility.

Or, instead of using OrbStack there is the official Docker Desktop, which can be installed on a Mac at this link.

Note that both products may require you to purchase a license.

Lastly, another untested alternative for installing Docker is using Homebrew. This page shows some steps to achieve this.