ivuorinen/bitcoin-docker

By ivuorinen

Updated 9 months ago

Bitcoin Core docker image

Image
Security
Integration & delivery
0

1.1K

ivuorinen/bitcoin-docker repository overview

Bitcoin Core

Build Version Size Pulls

A docker image of Bitcoin Core with support for the following platforms:

  • amd64 (x86_64)
  • arm32v7 (armv7)
  • arm64 (aarch64, armv8)

Usage

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

Stars

Stars

Tag summary

Content type

Image

Digest

sha256:d36f3713e

Size

54.6 MB

Last updated

9 months ago

docker pull ivuorinen/bitcoin-docker:28.3