mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-04 00:02:35 +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
|