[BACKUP_RESTORE] Add docker + begin implement for nextcloud service
This commit is contained in:
parent
1419a89d03
commit
efa7c2e42d
8 changed files with 81 additions and 2 deletions
7
roles/volume_restore/files/Dockerfile
Normal file
7
roles/volume_restore/files/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --update --no-cache tar
|
||||
|
||||
RUN mkdir -p /backup/dest
|
||||
|
||||
CMD ["tar", "-xf", "/backup/archive.tar.gz", "--strip-components=1", "-C", "/backup/dest"]
|
Loading…
Add table
Add a link
Reference in a new issue