Astarix Assignment: Containerizing MERN Stack Application on AWS and Crafting CICD Pipeline.
Nov 10, 2023 路 3 min read 路 馃搷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...
Join discussion

