
Docker Image for the latest Riecoin Core release. DockerFiles and more information on GitHub.
riecoind example:
docker run -v /path/to/host/data/.riecoin:/home/riecoin/.riecoin riecoin/riecoin \
riecoind -printtoconsole -server=1 -rpcallowip=172.17.0.0/16 -rpcbind=172.17.0.2 -rpcuser=Stella -rpcpassword=Password
riecoin-cli example:
docker run riecoin/riecoin \
riecoin-cli -rpcconnect=172.17.0.2 -rpcuser=Stella -rpcpassword=Password -getinfo
Content type
Image
Digest
sha256:9b34b19db…
Size
88.8 MB
Last updated
over 1 year ago
docker pull riecoin/riecoin