make build-ixod
make build-image network=<network> # for example impacthub-3
-
Start a container
docker run -v $(pwd)/.ixod:/home/ixo/.ixod -p 26656:26656 -p 26657:26657 ixo:<network>-<release> start # ixo:pandora-4-v1.6.0
-
The
ixo
folder will be created in the current directory -
Update configuration according to the network related documentation
nano .ixod/config/config.toml
-
Run container one more time