This image provides denariusd via docker while mounting a local folder for the denarius data-dir to keep blockchain and wallet info on your host machine.
makemake runor if you want to use docker manually:
docker run -v `pwd`/denarius-data:/root/.denarius -w /denarius/src -i -t pyramation/denarius bashcd /denarius/src
./denariusdit will give you a prompt to edit the denarius.conf in the data dir. Copy and paste the credentials it gives you.
Now, ssh into the existing container. You can get the container id like so
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d173377e3757 pyramation/denarius "bash" 5 minutes ago Up 5 minutes dazzling_boothNow jump inside with the exec command:
docker exec -ti d173377e3757 /bin/bash./denariusd helpThe data directory will end up on your host machine in a folder called denarius-data