#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...
Day 26 was all about a Declarative pipeline, Now it is time to level up things, Let's integrate Docker and your Jenkins declarative pipeline Use your...
Introduction: What is a Pipeline? A pipeline is a collection of steps or jobs interlinked in a sequence. It is a suite of plugins that supports...
Questions: What is the Difference between an Image, Container and Engine? Docker images are read-only templates containing instructions for creating a...
Docker-Volume -Docker volume is simply a directory inside our container. -First, we have to declare this directory as a volume and then share the...
Dockerfile: Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...