Docker & docker compose

This guide provides detailed instructions and optimal configuration settings for using Docker on MacOS.

MacOS

Docker Desktop

To download Docker Desktop, visit the project page and download the installation utility for your platform. For detailed installation and usage guides, check out the Docker Desktop Docs here.

Docker Compose

Docker Compose is automatically included with the installation of the Docker Desktop product. You may need to close any open terminals and/or restart your machine before you will be able to use the docker utilities from the command line.

Last updated