Lately I was in need of backing up Docker volumes, and just like anything else, I searched the Internet on how to do so and did not find concrete articles on how to do it. So, I’ve decided to write an article on how to backup Docker volumes.
This article assumes that you know already how to create docker volumes, attaching them to containers, etc. Only backups will be discussed.
The best way I found to backup a Docker volume is to spawn a container which has the volume mounted, and a external directory exposed. Within the container, Continue reading “Backing Up Docker Volumes”