Docker image to start up a node using the latest wallet binary.
Suggested for Advanced users
This Docker image starts up a node using the latest wallet binary.
It can pulled using docker pull locktrip/hydra-node and started with:
docker run -d -P --name Hydra -v /src/hydra:/hydra -e TZ=Europe/Sofia -i -t -p 3338:3338 locktrip/hydra-node
Make sure to set your time zone according to your locale. Startup flags can be set as well such as -staking=false to disable staking.