d6f6d9e8e6
You need to pass a new flag, `-ipv6`, to registrator, in order to enable this support, to prevent surprising accidents, but once you do, everything Just Works with feature parity between IPv4 and IPv6 addresses. You can also manage the overrides on a per-address-family basis, if you want to go super-fancy. Also has documentation! |
||
---|---|---|
bridge | ||
consul | ||
consulkv | ||
docs | ||
etcd | ||
skydns2 | ||
zookeeper | ||
.dockerignore | ||
.gitignore | ||
CHANGELOG.md | ||
circle.yml | ||
Dockerfile | ||
Dockerfile.dev | ||
ISSUE_TEMPLATE.md | ||
LICENSE | ||
Makefile | ||
mkdocs.yml | ||
modules.go | ||
README.md | ||
registrator.go | ||
SPONSORS | ||
VERSION |
Registrator
Service registry bridge for Docker.
Registrator automatically registers and deregisters services for any Docker container by inspecting containers as they come online. Registrator supports pluggable service registries, which currently includes Consul, etcd and SkyDNS 2.
Full documentation available at http://gliderlabs.com/registrator
Getting Registrator
Get the latest release, master, or any version of Registrator via Docker Hub:
$ docker pull gliderlabs/registrator:latest
Latest tag always points to the latest release. There is also a :master
tag
and version tags to pin to specific releases.
Using Registrator
The quickest way to see Registrator in action is our Quickstart tutorial. Otherwise, jump to the Run Reference in the User Guide. Typically, running Registrator looks like this:
$ docker run -d \
--name=registrator \
--net=host \
--volume=/var/run/docker.sock:/tmp/docker.sock \
gliderlabs/registrator:latest \
consul://localhost:8500
Contributing
Pull requests are welcome! We recommend getting feedback before starting by opening a GitHub issue or discussing in Slack.
Also check out our Developer Guide on Contributing Backends and Staging Releases.
Sponsors and Thanks
Big thanks to Weave for sponsoring, Michael Crosby for skydock, and the Consul mailing list for inspiration.
For a full list of sponsors, see SPONSORS.
License
MIT