docs(book): recommend running with Docker Compose (#7637)

This commit is contained in:
Alexey Shekhirin
2024-04-24 10:38:38 +01:00
committed by GitHub
parent f372db40c5
commit dc6a02ce78

View File

@ -8,6 +8,11 @@ There are three core methods to obtain Reth:
* [Docker images](./docker.md) * [Docker images](./docker.md)
* [Building from source.](./source.md) * [Building from source.](./source.md)
> **Note**
>
> If you have Docker installed, we recommend using the [Docker Compose](./docker.md#using-docker-compose) configuration
> that will get you Reth, Lighthouse (Consensus Client), Prometheus and Grafana running and syncing with just one command.
## Hardware Requirements ## Hardware Requirements
The hardware requirements for running Reth depend on the node configuration and can change over time as the network grows or new features are implemented. The hardware requirements for running Reth depend on the node configuration and can change over time as the network grows or new features are implemented.