A customizable Docker container for Bitcoin
8.0K
A customizable Docker container for Bitcoin
docker run -d --name bitcoin --restart=always -v /data/bitcoin:/data/bitcoin acejam/bitcoin:latest
This container includes support for Bitcoin configuration values. These values can be set when calling docker run through the use of environment variables.
The following values are configurable:
RPC_USERRPC_PASSWORDFor example, to run the container with the username "DevUser" and a password of "P@ssw0rd123" with 10 max connections, you can run the following:
docker run -d -e RPC_USER="DevUser" -e RPC_PASS="P@ssw0rd123" acejam/bitcoin:latest
Coming soon!
Content type
Image
Digest
Size
69.6 MB
Last updated
about 8 years ago
docker pull acejam/bitcoin