mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-15 01:36:37 +00:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|