In contrast to Git, Docker is not automatically installed with Xcode. To install Docker, go through the following steps:
- Open https://hub.docker.com/editions/community/docker-ce-desktop-mac and download Docker for Mac. You will need to register to download Docker.
- Double-click on Docker.dmg and go through the installation process. Once finished, you will see the Docker icon in your top bar:
- Verify that everything is set up by running docker version in the Terminal. It should look like this:
And that was Docker! Let's explore ...