mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-05-02 03:01:08 -04:00
* Init update key-management.md * Reconfigure docs and add jwt fee recipient * Add keystore folder info to validator-management * Add link to comprehensive setup guide for docker * Improved NPM warning * Add flare to libraries list on docs * Corrections to beacon-management docs * Align readme and docs index
988 B
988 B
Install with Docker
The chainsafe/lodestar Docker Hub repository is mantained actively. It contains the lodestar CLI preinstalled.
!!! info
The Docker Hub image tagged as chainsafe/lodestar:next is run on CI every dev commit on our unstable branch.
For stable releases, the image is tagged as chainsafe/lodestar:latest.
Ensure you have Docker installed by issuing the command:
docker -v
It should return a non error message such as Docker version xxxx, build xxxx.
Pull, run the image and Lodestar should now be ready to use
docker pull chainsafe/lodestar
docker run chainsafe/lodestar --help
!!! info Docker is the recommended setup for Lodestar. Use our comprehensive setup guide with Docker for detailed instructions.