#docker-compose
Read more stories on Hashnode
Articles with this tag
📍Prerequisite AWS EC2 VM : We will be Using Amazon Machine Image As Ubuntu. GitHub : we will Bring our code from a github repo where we have pushed...
Day 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline 📚Use your...
In this guide, we will see the steps to establish an automated CI/CD pipeline for a Node.js application using AWS EC2, Docker, GitHub, and...
What is CI/CD? CI/CD stands for Continuous Integration is the practice of automating the integration of code changes from multiple developers into a...
Docker is a tool that helps developers to run their apps in isolated environments which also called containers. It's great for everyone, whether...
📚Docker Compose Docker Compose is a tool provided by Docker that allows you to define and run multi-container Docker applications. It enables you to...