Sign inSign up

subspacelabs/bitcoin

By subspacelabs

Updated over 6 years ago

Image
0

1.4K

subspacelabs/bitcoin repository overview

Simple Docker image with Bitcoin full node running

Just pull one of the images from Docker Hub:

subspacelabs/bitcoin
subspacelabs/bitcoin:arm32v7
subspacelabs/bitcoin:arm64v8
Building Docker image

In order to get source code and build an image run:

git clone [email protected]:subspace/docker-bitcoin.git
cd docker-bitcoin
docker build -t subspacelabs/bitcoin .
Building Docker image for 32-bit ARMv7

In order to get source code and build an image run:

git clone [email protected]:subspace/docker-bitcoin.git
cd docker-bitcoin
docker build -t subspacelabs/bitcoin:arm32v7 -f Dockerfile-arm32v7 .
Building Docker image for 64-bit ARMv8

In order to get source code and build an image run:

git clone [email protected]:subspace/docker-bitcoin.git
cd docker-bitcoin
docker build -t subspacelabs/bitcoin:arm64v8 -f Dockerfile-arm64v8 .

Tag summary

Content type

Image

Digest

Size

56.9 MB

Last updated

over 7 years ago

docker pull subspacelabs/bitcoin