Docker image based on digitalwonderland/base
bitcoind, bitcoin-cli & test_bitcoin are installed into /usr/local/bin.
ENTRYPOINT is set to /usr/local/bin/bitcoind so you can just do something like
$ docker run --name bitcoind --publish 8332:8332 --publish 8333:8333 -v /volumes/bitcoind:/var/lib/bitcoind digitalwonderland/bitcoind -server -disablewallet -rpcuser=$USER -rpcpassword=$PASSWORD -rpcallowip=$IP
Content type
Image
Digest
sha256:962cbe34c…
Size
88.8 MB
Last updated
almost 11 years ago
docker pull digitalwonderland/bitcoind