Skip to content

hydra-node

hydra-node includes the upstream executable, Cardano configuration files, and cardano-cli. Pass Hydra flags directly to the image:

Terminal window
docker run --rm -it \
-v hydra-state:/state \
ghcr.io/blinklabs-io/hydra-node:latest --help

The image defines no Blink Labs-specific runtime environment or wrapper. Configure peers, the head protocol, API, and persistence with upstream Hydra flags and configuration. NODE_VERSION and RUST_ACCUMULATOR_REV are build arguments only.

Hydra documentation · Source repository