Docker Volumes explained from theory to a practical example

I did two videos about Docker Volumes.

**From theory: Docker Volumes explained in 6 minutes:** [https://youtu.be/p2PH\_YPCsis](https://youtu.be/p2PH_YPCsis)

* When do we need Docker Volumes?
* What is Docker Volumes?
* What the 3 Docker Volumes Types are?
* Using Docker Volumes in docker-compose file

**To practice:** [https://youtu.be/SBUCYJgg4Mk](https://youtu.be/SBUCYJgg4Mk)

**Demo with Node.js and MongoDB**. Understand how to persist your database data when working with Docker using Docker Compose Volumes.

Hope it is helpful for some of you. 😊

Let me know what you think, any feedback welcome.

7 thoughts on “Docker Volumes explained from theory to a practical example”

Leave a Comment