Nethermind Docker Image customized with gnosischain testnets.
1.6K
Images are referenced under the following pattern.
gnosischain/{client_provider}-{node_type}:{upstream_version}-{testnet}
i.e.
docker pull gnosischain/nethermind:1.13.6-chiado
The nethermind works on an execution layer.
https://github.com/gnosischain/nethermind-client
Docs https://docs.nethermind.io/nethermind/
CLI Reference
https://docs.nethermind.io/nethermind/ethereum-client/configuration
As an example we can run with version 1.13.6 in chiado testnet as execution client:
docker pull gnosischain/nethermind:1.13.6-chiado
docker run gnosischain/nethermind:1.13.6-chiado
Customization through flags:
docker run gnosischain/nethermind:1.13.6-chiado --baseDbPath /home/user/my_node/db
Content type
Image
Digest
sha256:bc49ef655…
Size
205.4 MB
Last updated
about 4 years ago
docker pull gnosischain/nethermind