#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Jenkins Master (Server) Jenkins is an open-source automation server that helps automate various aspects of software development, including building,...
Introduction : In the previous blog of Day 22, we learned about Jenkins, concepts of CICD, and how to install Jenkins. A Jenkins job is a fundamental...
Overview of Jenkins:- Jenkins: Jenkins is a Java-based open-source automation platform(server) with plugins designed for continuous integration...
What is the Difference between an Image, Container, and Engine? Ans: Docker Image: A blueprint that contains all the necessary libraries,...
YAML: YAML (short for "YAML Ain't Markup Language" or sometimes "Yet Another Markup Language") is a human-readable data serialization format. It is...
Docker Project for DevOps Engineers · Dockerfile is a text file containing various instructions and configurations in the form of commands. Dockerfile...