#90daysofdevops
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 – Freestyle Project · ❄️CI/CD Continuous integration and continuous delivery help in automating the software development lifecycle stages, doing...
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...