Search⌘ K

Installing Docker and Compose on Mac

Discover how to install Docker Desktop and Docker Compose on your Mac. Explore the role of the lightweight Linux VM that runs Docker behind the scenes and practice verifying your installation by running common Docker commands. This lesson helps you set up a full Docker environment on macOS to manage containers efficiently.

We'll cover the following...

Docker Desktop for Mac is like Docker Desktop for Windows—a packaged product with a slick UI that gives you the full Docker experience on your laptop. You can also enable the built-in single-node Kubernetes cluster.

Before proceeding with the installation, you need to know that Docker ...