3.5 Docker Configuration
We have a pre-built docker image hosted on dockerhub. Pull the image with
The container needs volume on the host system to work uninterrupted, so the file structure should look like this
App
celestia_rollup_config.toml
test-data
genesis
celestia
celestia_rollup_config.toml
and test-data
can be found in the validator repo (here) at the root.
Run the docker container with
Last updated
Was this helpful?