docker build -t zouchao2010/bitcoind:0.13.1 .
docker pull zouchao2010/bitcoind:0.13.1
docker run --name bitcoind-0.13.1 \
-h bitcoind-0131 \
-p 18332:18332 \
-p 18333:18333 \
-p 18334:18334 \
-v /data/bitcoind-0.13.1:/var/lib/bitcoind \
-e TESTNET=1 \
-it --rm zouchao2010/bitcoind:0.13.1
docker run --name bitcoind-0.13.1 \
--restart=always \
-m 2048m \
-h bitcoind-0131 \
-p 18332:18332 \
-p 18333:18333 \
-p 18334:18334 \
-v /data/bitcoind-0.13.1:/var/lib/bitcoind \
-e TESTNET=1 \
-dt zouchao2010/bitcoind:0.13.1
docker start|stop|restart bitcoind-0.13.1
docker exec -it bitcoind-0.13.1 /bin/bash
docker run --name redis \
-h redis \
-p 6379:6379 \
-v /data/redis:/data \
-dt redis
Content type
Image
Digest
sha256:dd3177543…
Size
312.4 MB
Last updated
over 10 years ago
docker pull zouchao2010/bitcoind