- Install docker
- Install portainer
- Run the container
mkdir /opt/peercoin-data && cp wallet.dat /opt/peercoin-data/
docker run -d --name=peercoind -v /opt/peercoin-data:/data --restart=always peercoin/peercoind- Interface via command line
The entrypoint in the current peercoin/peercoind image doesn't pass-datadir=/datainternally by default, so we need to specify it.