#docker-images
Read more stories on Hashnode
Articles with this tag
⚡Introduction In the previous blog post on Day 22, we learned about Jenkins, CI/CD concepts, and how to install Jenkins. Now, let's break down what...
Docker-Volume Docker allows you to create something called volumes. Volumes are like separate storage areas that can be accessed by containers. They...
Docker Compose: Docker Compose is a tool for defining and running multi-container Docker applications. It allows users to configure multiple...
Dockerfile: A Dockerfile is a script that contains instructions for building a Docker image. It is used to automate the process of creating and...