This is a Docker image for the Golang Bitcoin full node, btcd. Docker lets us run it without installing Go tools. Docker also allows execution on Linux/Win/MacOS
$ docker build -t btcd .
$ docker run -it --rm btcd
$ docker-compose up
btcd and btcwallet are by The btcsuite developers (LICENSE)
Content type
Image
Digest
Size
31 MB
Last updated
almost 9 years ago
docker pull patterns/btcd