tsoding / tsoder

Twitch Bot for Morning Tsoding streams
https://www.twitch.tv/tsoding
MIT License
4 stars 1 forks source link

How to backup docker container with the persisted state #81

Closed rexim closed 7 years ago

rexim commented 7 years ago
rexim commented 7 years ago

Result of brief googling: https://linuxconfig.org/docker-container-backup-and-recovery They mention volumes: https://docs.docker.com/engine/admin/volumes/volumes/ Maybe we should've used them for persisting the state because according to the docs "Volumes are the preferred mechanism for persisting data generated by and used by Docker containers." :D