mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-04 16:42:58 +01:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes && \
|
||
|
docker run --rm --privileged -v ~/.docker:/root/.docker -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd)/nextcloud_backup:/data homeassistant/amd64-builder --all -t /data
|
||
|
|