#devops
Read more stories on Hashnode
Articles with this tag
Jenkins Pipeline 路 Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins. This...
Jenkins CI/CD Project 路 鉂勶笍Project: Containerise and deploy a node.js application using Jenkins Job. 馃敼Step 1 Fork the repo -...
Jenkins 路 Jenkins Jenkins is an open-source tool that helps create pipelines and automate the software development lifecycle stages. It is a CI-CD tool...
Docker Interview Questions and Answers 路 Important interview questions and Answers for Docker: 1. What is the difference between an Image, Container and...
Docker Cheat Sheet: 路 馃敼Docker images- Show all locally stored top-level images: docker images Pull an image from a registry: docker pull [image] Push...
Docker Volume and Network 路 鉂勶笍Docker Volumes When we are working on docker, the data we store gets lost when the container is destroyed. So, to create...