Duniter in a Docker container
Download Dockerfile
and go
files in a repository.
Build a container
docker build -t="duniter" .
Execute the container
Without your indentity
docker run -p 8999:8999 \
-e "DUNITER_URL=cgeek.fr" -e "DUNITER_PORT=9330" \
-dt duniter
With your indentity
docker run -p 8999:8999 \
-e "DUNITER_URL=cgeek.fr" -e "DUNITER_PORT=9330" \
-e "DUNITER_SALT=<your_key_salt>" -e "DUNITER_PASSWD=<your_passwd>" \
-dt duniter