docker pull mtjburton/blackcoin-lore-x86
docker run -d -v /home/mtjburton/.lore/:/data -p 15714:15714 -p 15715:15715 mtjburton/blackcoin-lore-x86
Configure blackcoind settings like RPC credentials on the host in the data directory which is mapped into the container, in the above example /home/mtjburton/.lore/blackcoin.conf
On the host get the container IP and set it as the rpcconnect along with any username and password configured:
bitcoin-cli -rpcconnect=172.17.0.1 getbalance
copy blackcoind
into bin/
docker build . -t blackcoin-lore-x86
- Run as non root user inside the container
- Look into using Alpine