Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 270 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 270 Bytes

cluster-examples

Setup

Startup consul in Docker:

 make setup-infra

Build Docker Images

make build-all

Start nodes

Start the seed node in Docker:

make run-seed

Start the member node in Docker:

make run-member