"Dockerized 2-Tier Application with Custom Network"
Step-1 Install Docker on your system.
sudo apt-get update -y
sudo apt-get install docker.io -y
sudo usermod -aG docker $USER
sudo reboot
Step-2 Clone the project source code using the following command:
git clone https://github.com/LondheShubham153/...
ritul.hashnode.dev2 min read