Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

BitcoinAmiens/docker-dogecoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dogecoind docker container

$ docker build -t dogecoind .
$ docker run --rm --network=host -v $PWD/data:/root/.dogecoin -v $PWD/dogecoin.example.conf:/root/dogecoin.conf:ro dogecoind

Notes

You should modify the RPCUSER and RPCPASS value.