docker build -t gnosischain/nimbus:latest --build-arg UPSTREAM_VERSION=v2.2.2 . docker push gnosischain/nimbus:latest
--network="/custom_config_data"
--bootstrap-node="{{ bootnode_enrs | join(',') }}"
nimbus runs in both modes automatically
Nimbus is a client implementation that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices -- and multi-purpose servers.
Shell
docker build -t gnosischain/nimbus:latest --build-arg UPSTREAM_VERSION=v2.2.2 . docker push gnosischain/nimbus:latest
--network="/custom_config_data"
--bootstrap-node="{{ bootnode_enrs | join(',') }}"
nimbus runs in both modes automatically