#docker
Read more stories on Hashnode
Articles with this tag
I have created a blog to share my experience with dockerizing a Node.js application, monitoring logs with CloudWatch, and setting up a CPU utilization...
Clone the code to your local repo sudo apt update mkdir project-01 git clone https://github.com/frontendzone/travel-website.git Create Dockerfile #...
Kubernetes is a powerful open-source container orchestration system used to automate the deployment, scaling, and management of containerized...
In this project, I am creating a pipeline which can automate the software lifecycle of the company or project. Automating the deployment process from...
Challenge - 1 Pull the Ubuntu container Setup an AWS EC2 Instance Log in to an AWS account using a user with admin privileges and ensure your region...
Launch Instances I have created 3 t2.medium instances Instance for Jenkins Instance for Sonarqube Instance for Docker Install Jenkins Jenkins...