Bitcoin Core docker image
1.1K
A docker image of Bitcoin Core with support for the following platforms:
amd64 (x86_64)arm32v7 (armv7)arm64 (aarch64, armv8)Via Docker Compose:
services:
bitcoin:
container_name: bitcoin
image: ivuorinen/bitcoin-docker:latest
ports:
- 8332:8332
- 8333:8333
volumes:
- /opt/bitcoin:/home/bitcoin/.bitcoin
Via Docker CLI:
docker run -it --rm ivuorinen/bitcoin-docker -printtoconsole
Executing getinfo on the running container:
docker exec --user bitcoin bitcoin bitcoin-cli -getinfo
Content type
Image
Digest
sha256:d36f3713e…
Size
54.6 MB
Last updated
9 months ago
docker pull ivuorinen/bitcoin-docker:28.3