This is our Docker container of the "Backup" gem
583
This container is using the backup gem.
The image is based on ruby:slim.
This container has support for (and is used with):
./config, mapped to /etc/backupAn automated build is available at freqout/backup:
$ docker pull freqout/backup
Example run:
$ docker run -it -v /srv/www/mywebsite:/srv/www/mywebsite \
-v /srv/backups-docker:/srv/backups-docker \
-v `pwd`/config:/etc/backup \
--rm \
--link mywebsite_db_1:db \
freqout/backup mywebsite_com
I took initial ideas from this implementation of the Backup gem, but many choices weren't good for me.
Content type
Image
Digest
sha256:a372897e7…
Size
202.5 MB
Last updated
over 10 years ago
docker pull freqout/backup