Closed kzap closed 5 years ago
Hi,
We made a Docker Alpine Image with all the various Holland Backup plugins and database export/import clients: https://hub.docker.com/r/sylabsio/cloud-services/ https://github.com/sylabs/services-base-images/tree/docker/holland-backup-alpine
This Alpine image clocks in at 86MB compressed.
Docker
docker run -d \ -v `pwd`/holland-data/config:/etc/holland \ -v `pwd`/holland-data/backups:/var/spool/holland \ sylabsio/cloud-services:holland-backup-alpine holland backup default
Docker Compose
version: '3' services: holland: image: sylabsio/cloud-services:holland-backup-alpine volumes: - ./holland-data/config:/etc/holland - ./holland-data/backups:/var/spool/holland command: holland backup default
Using it at the moment to run backups via Docker containers, may not work in all cases but still hope it helps.
Also have ubuntu xenial (16.04) and bionic (18.04) images but these are much larger.
ubuntu
xenial
bionic
Thanks for sharing your work on this. I've added a note in the INSTALL file about your containers.
Hi,
We made a Docker Alpine Image with all the various Holland Backup plugins and database export/import clients: https://hub.docker.com/r/sylabsio/cloud-services/ https://github.com/sylabs/services-base-images/tree/docker/holland-backup-alpine
This Alpine image clocks in at 86MB compressed.
Docker
Docker Compose
Using it at the moment to run backups via Docker containers, may not work in all cases but still hope it helps.
Also have
ubuntu
xenial
(16.04) andbionic
(18.04) images but these are much larger.