#trainwithshubham
Read more stories on Hashnode
Articles with this tag
#90DaysOfDevOps #Day27 What is sh-keygen ? sh-keygen is a tool for creating new authentication key pairs for SSH. To connect the Jenkins-agent and...
#90DaysOfDevOps #Day25 What are Environment Variables in Jenkins? Environment variables are global key-value pairs that Jenkins can access and inject...
#90DaysOfDevOps #Day26 What is a trigger? A trigger bascially helps us to execute a job after the occurrence of a particular event. To see the list of...
#90DaysOfDevOps #Day24 What is Pipeline? A pipeline is a collection of steps or jobs interlinked in a sequence.It defines your entire build process,...
#90DaysOfDevOps #Day23 What is CI/CD ? CI/CD is a process, often visualized as a pipeline, that involves adding a high degree of ongoing automation...
As we know Docker containers are ephemeral,i.e all the data will be wiped when the container shuts down. So we use volumes to make Docker data...