chrll/restic

By chrll

Updated over 1 year ago

alpine:latest with restic installed.

Image
0

64

A simple alpine based image with restic as entrypoint

FROM alpine:latest
RUN apk add -U --no-cache restic

ENTRYPOINT ["/usr/bin/restic"]

Docker Pull Command

docker pull chrll/restic