mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
Frederik Ring
63961cd826
* Add test case for extending image and calling through to rsync * Keep backup file location env var * Add documentation * Work against untared content in test
5 lines
79 B
Docker
5 lines
79 B
Docker
ARG version=canary
|
|
FROM offen/docker-volume-backup:$version
|
|
|
|
RUN apk add rsync
|