Sign inSign up

kelseyhightower/consul

By kelseyhightower

Updated almost 11 years ago

Image
2

1.9K

kelseyhightower/consul repository overview

Build

docker build -t kelseyhightower/consul .

Usage

Run consul as the first node in the cluster
docker run -d -P kelseyhightower/consul -bootstrap -client 0.0.0.0 -server
Run consul with the web UI

The /opt/consul/web_ui directory is bundled in the container.

docker run -d -P kelseyhightower/consul -bootstrap -client 0.0.0.0 -server -ui-dir /opt/consul/web_ui

Tag summary

Content type

Image

Digest

sha256:b673d6050

Size

90.8 MB

Last updated

almost 11 years ago

docker pull kelseyhightower/consul