#git
Read more stories on Hashnode
Articles with this tag
Continuous Integration (CI) and Continuous Deployment (CD) are crucial components of modern software development, ensuring rapid and reliable delivery...
What is CI CD in Jenkins? Jenkins is an open source continuous integration/continuous delivery and deployment (CI/CD) automation software DevOps tool...
** š What is Jenkins ?** Jenkins is a Java-based open-source automation platform with plugins designed for continuous integration. It is used to...
What is Docker volume? Docker volumes are widely used and useful tools for ensuring data persistence while working in containers. They are a better...
What is docker compose? Docker Compose is a tool that assists in defining and sharing multi-container applications. By using Compose, we can define...
What is a Docker file? A Dockerfile is a simple text file with instructions to build an image. If we do not have the docker file, to build the image...