#docker
Read more stories on Hashnode
Articles with this tag
INTRODUCTION In this project, I worked on deploying a web application on AWS EC2. I used Docker to containerize the app, Nginx to manage traffic as a...
Project Description The project aims to deploy a web application using Docker Swarm, a container orchestration tool that allows for easy management...
Project Description The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The...
Terraform needs to be told which provider to be used in the automation, hence we need to give the provider name with source and version. For Docker,...
What is AWS Elastic Beanstalk? AWS Elastic Beanstalk is a Platform as a Service (PaaS) solution provided by Amazon Web Services (AWS) that simplifies...
Day 26 was all about a Declarative pipeline; now it's time to level up things; let's integrate Docker and our Jenkins declarative pipeline. To...