Backup containers on AWS S3
I have pushed to the Docker Hub an image I have been using for 3 years to backup my containers: hleroy/backup-s3. It is fairly simple setup with a few bash scripts and awscli to push data to S3. The typical use case is to back up an application run with docker-compose (like this WordPress blog). …