Files
lodestar/docs/install/docker.md
Phil Ngo ca940661bf Docs structure update and addition of post-merge feeRecipient and JWT instructions (#4118)
* 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
2022-06-14 08:49:39 -05:00

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.