Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker

This directory contains Docker configuration and scripts for building images of the validator node, faucet server and client.

Building Docker images

  1. Download and install Docker.
  2. From the top level directory, run docker/validator/build.sh
  3. From the top level directory, run docker/mint/build.sh
  4. To test the validator image locally, run docker/validator/run.sh
  5. To test the faucet server image locally, run docker/mint/run.sh
  6. Run the client as follows: cargo run -p client --bin client -- -a localhost -p 8000 -f localhost:8080 -s terraform/validator-sets/dev/consensus_peers.config.toml