Introduction
This article will help you install the Docker Desktop for Mac. Before we show that, let us start by understanding what the Docker Desktop software can do for you.
To understand Docker, we need to understand what a container is. If you remember a few years ago, the only way of deploying application code to the production environment was to:
remotely connect to the server set up all the necessary dependencies, providing all the global environment variables then pulling the code from the repository to the server
All these steps needed to completed very carefully, as they are all