Docker – How to install on macOS

By | 08/04/2020

Docker – How to install on Win 10

In this post, we will see how to install Docker on macOS.
First of all, we have to download, from the Docker official web site, the latest version of Docker Desktop:

Once the download is finished, double click the docker.dmg file, in order to start the installation:

After the installation, we run Docker Desktop:

Finally, we sign in Docker Hub:

In order to check everything works fine, we open a terminal and we run the hello-world docker image, using the command docker run hello-world:



Leave a Reply

Your email address will not be published. Required fields are marked *