Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 664 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 664 Bytes

Service Registry CircleCI Go Report Card

Build

use make build build this project.

Quick Start

single node

registry -config /etc/node0.conf

Start a node and join into a cluster by raft address.

registry -config /tmp/node1.conf -join 127.0.0.1:9000

Use docker image

docker run -d -p8000:8000 lodastack/registry