Category Archives: Docker

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… Read More »

Docker – How to install on Win 10

By | 11/03/2020

In this post, we will see how to install Docker on Windows 10.But, what Docker is?From Wikipedia:“Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.All containers are… Read More »