#devops-journey
Read more stories on Hashnode
Articles with this tag
To enter into Jenkins let's first understand what is CI/CD (Continuous Integration/Continuous Delivery or Deployment). Continuous Integration It is...
What is the Difference between an Image, Container and Engine? Image: Docker image is a read-only package containing necessary dependencies, and...
We are at the end of learning Docker. We have designed projects and learned commands with real-time examples. Let's frame a Docker sheet with all the...
Docker-Volume Docker allows mounting the filesystems as a volume to the containers. These volumes preserve all the data of the container and the data...
Docker Compose It is a multi-container service that is used to spin up many containers at a time. With docker-compose, we can start, stop and rebuild...
As part of a project, I have designed and implemented CI/CD pipeline for Reddit clone application. This pipeline uses the below...