#dockerfile
Read more stories on Hashnode
Articles with this tag
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...