docker storage

Docker Volumes

In this article, we will look into how we can persist data in Docker with Docker volumes. Let’s think about a database such as MySQL where we store data. In MySQL, data is usually stored inside /var/lib/mysql directory. If we…

Read MoreDocker Volumes