hydra-node
hydra-node includes the upstream executable, Cardano configuration files, and
cardano-cli. Pass Hydra flags directly to the image:
docker run --rm -it \ -v hydra-state:/state \ ghcr.io/blinklabs-io/hydra-node:latest --helpThe 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.