When working with Docker, I noticed that there are four main building blocks: Images, Containers, Volumes, and Networks. In this blog, we’ll focus on Docker Volumes. Volumes are the best way to save data created or used by containers, so it doesn’t g...