Skip to content

lodastack/registry

Repository files navigation

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