#docker
Read more stories on Hashnode
Articles with this tag
Let's read about minikube and implement k8s in our local machine What is minikube? Minikube is a tool which quickly sets up a local Kubernetes cluster...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates...
Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build...
One of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is...
Let's make a beautiful CI/CD Pipeline for your Node JS Application Task-01 1)Fork this repository: 2)Create a connection to your Jenkins job and your...
Here is part-2 What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers...