/jormungandr

Run a Jormungandr node on the Shelley testnet of the Cardano blockchain

Primary LanguageDockerfile

jormungandr

Run a Jormungandr node on the Shelley testnet of the Cardano blockchain

Instructions

Clone and build image:

git clone https://github.com/shawnrmoss/jormungandr
cd jormungandr
docker build -t jormungandr .

Run image:

docker run -d jormungandr

Find container ID with:

docker ps

Logs:

docker logs -f <container_ID>

Interact with bash:

docker exec -it <container_ID> bash

Test docker image outputting rustc and cargo versions docker run --rm jormungandr jscli --version && docker run --rm jormungandr rustc --version && docker run --rm jormungandr cargo --version

docs
official github