Docker¶
The recommended way to run Vero is to use a stable release version of the official Docker image:
docker run ghcr.io/serenita-org/vero:<version> <arguments>
For example:
docker run ghcr.io/serenita-org/vero:v1.2.0 --network=hoodi --remote-signer-url=http://signer:9000 --beacon-node-urls=http://lodestar:5052 --fee-recipient=0x0000000000000000000000000000000000000000
You can build Vero's image yourself using the included Dockerfile.
Take a look at the example docker compose file or the CLI reference to find out what arguments Vero expects.
eth-docker¶
You can also run Vero through the popular eth-docker project. A multi-client Vero-powered setup is described in the eth-docker docs.
eth-docker handles many setup tasks for you, including configuring the remote signer Vero needs. It also makes importing your keys into the remote signer easy.