Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 371 Bytes

Docker Consul

More information will follow soon.

Usage examples

docker run --rm cloudunder/consul version
docker run \
    -d \
    --name consul \
    -e SERVICE_NAME=consul \
    -v /node.json:/config/node.json:ro \
    -p 8300:8300 \
    -p 8301:8301 \
    -p 8301:8301/udp \
    -p 8500:8500 \
    cloudunder/consul agent -config-dir=/config