Building a Simple 3-Tier Architecture with Docker Compose: A Hands-On Project Journey
Docker Installation
Please run the following commands in your terminal (for Linux and MacOS) or PowerShell (for windows) in order to check the presence of Docker installation on your computer.
docker version
docker-compose version
Docker is a platfo...
hassandevops.com15 min read