#90daysofdevop #19
Docker-Volume
Docker allows us to create something called volumes.
Volumes are like separate storage areas that can be accessed by containers. They allow to store data, like a database, outside the container, so it doesn't get deleted when the contai...
goutamdevops.hashnode.dev11 min read