From Dockerfile to ECS: Building, Containerizing, and Deploying an Application Using ECR
Firstly create and ec2 instance with ami ubuntu and free tier and launch and instance.
after launching the instance connect to that instance.and run following commands.
sudo apt update -y
sudo apt install docker.io
docker --version
after installing d...
aakanksha1415.hashnode.dev3 min read