Sign inSign up

riecoin/riecoin

By riecoin

Updated over 1 year ago

Riecoin Core Docker Image

Image
Networking
0

230

riecoin/riecoin repository overview

Riecoin Core Docker Image

Riecoin Logo

Docker Image for the latest Riecoin Core release. DockerFiles and more information on GitHub.

Usage

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

Tag summary

Content type

Image

Digest

sha256:9b34b19db

Size

88.8 MB

Last updated

over 1 year ago

docker pull riecoin/riecoin