#docker
Read more stories on Hashnode
Articles with this tag
In this project we will deloy a scalable flask app on AWS ECS (Fargate) with the help of AWS ECR which is a container image registry. Flow of the...
In this Project We will deploy a Python Flask app with high availability and auto-healing. Tools Used. Terraform ( To provision EC2 instance) EC2 (...
Introduction In this blog we will see how to dockerize a flask app using dockerfile and run the project using docker-compose. Task 1: Setup an EC2...
This blog contains important docker commands with their description. docker --version : It will show the current version of the docker. docker pull...
Create an EC2 instance on AWS. Log in to the AWS Management Console. Navigate to the EC2 Dashboard and click on the “Launch Instance” button. Enter...