DevOps(Day-19) : Docker for DevOps
Docker-Volume
Docker allows mounting the filesystems as a volume to the containers. These volumes preserve all the data of the container and the data is persisted even if the container is deleted.
The default path is /var/lib/docker/volumes/ on Linux...
bandandevopsjourney.hashnode.dev3 min read