#90daysofdevops
Read more stories on Hashnode
Articles with this tag
A multi-stage Dockerfile is a feature introduced in Docker to optimize the size of the final Docker image by using multiple build stages. It helps...
Managing Containers : Run a Container : docker run [OPTIONS] IMAGE [COMMAND] [ARGS] List Running Containers : docker ps List All Containers...
Docker is a popular platform for developing, shipping, and running applications inside containers. Containers are lightweight, isolated environments...
Taking backups of your Jenkins instance is crucial to ensure that you can recover your configuration, jobs, and data in case of system failures or...
Jenkins Shared Libraries allow you to define reusable code, functions, and steps that can be shared across multiple pipelines. This promotes code...
Here are 15 important Jenkins plugins widely used Jenkins plugins that are considered essential for many CI/CD pipelines : Pipeline Plugin: This...