How do Docker Volumes work? | Docker made easy #4
Understand the persistence issue with Containers, how Volumes and Bind mounts address them, how to manage them using the docker cli and some useful persistence topics

What the heck is a Docker Volume and why does it matter?
TL;DR - persistence.
If you wanna know what that means or how, that’s what we will discuss in this blog.
Introduction This blog is the fourth in a series of blogs and videos I call - Docker Made Easy.
I recommend going through the previous ones to help you get a more wholesome understanding of Docker.
[Read More]