mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-27 20:42:30 +02:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|