Astarix Assignment: Containerizing MERN Stack Application on AWS and Crafting CICD Pipeline.
📍Docker & Docker-Compose
Step 1: Launch an AWS EC2 instance of type t2.medium.
Step 2: Install Docker and Docker-Compose and permit the Ubuntu user.
Giving user permission:
sudo usermod -aG docker ubuntu
Step 3: Clone this GitHub repository:
ht...
varunmargam.hashnode.dev3 min read