#devops-articles
Read more stories on Hashnode
Articles with this tag
Let's make a beautiful CI/CD Pipeline for your Node JS Application. TASK-1 : Django-todo-app We are going to set up a pipeline for a Django...
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...