Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 548 Bytes

README_DOCKER.md

File metadata and controls

29 lines (19 loc) · 548 Bytes

Build ixod binary

make build-ixod

Build docker image

make build-image network=<network> # for example impacthub-3

Run ixod in docker

  1. 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
    
  2. The ixo folder will be created in the current directory

  3. Update configuration according to the network related documentation

    nano .ixod/config/config.toml
    
  4. Run container one more time