Skip to content

Files

Latest commit

b3190b5 · Jul 26, 2019

History

History
This branch is 9419 commits behind diem/diem:latest.

docker

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/trusted_peers.config.toml