dwyl / learn-docker

🚢 Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.
230 stars 32 forks source link

Installation instructions #20

Closed nelsonic closed 5 years ago

nelsonic commented 5 years ago

@Cleop did you install the Docker Mac app on your computer? Were the installation instructions https://github.com/dwyl/learn-docker#installation still relevant?

Cleop commented 5 years ago

The existing instructions are no longer up to date. From what I understand it is no longer necessary to download Docker Toolkit alongside Docker Desktop: https://docs.docker.com/docker-for-mac/docker-toolbox/. I believe Docker Desktop is sufficient on Mac providing you have Mac OS Sierra or later.

This article is a well written and up to date summary of how to download Docker for Mac: https://www.imore.com/how-run-docker-your-mac

I am integrating its points into our readme.

nelsonic commented 5 years ago

@cleop thanks for updating the instructions. 🤩