Skip to content

tclh123/registrator

This branch is 62 commits behind gliderlabs/registrator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4460f0 · Sep 17, 2016
Sep 15, 2016
Sep 15, 2016
Feb 8, 2016
Sep 15, 2016
Feb 10, 2016
Nov 26, 2015
Apr 19, 2016
Feb 18, 2015
Feb 18, 2015
Mar 5, 2016
Sep 5, 2016
Sep 5, 2016
Sep 17, 2016
Aug 6, 2015
Aug 14, 2015
Mar 5, 2016
Oct 24, 2015
Mar 5, 2016
Aug 6, 2015
Aug 12, 2015
Jan 4, 2016
Feb 11, 2016

Repository files navigation

Registrator

Service registry bridge for Docker, sponsored by Weave.

Circle CI Docker Hub ImageLayers Size IRC Channel

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

Ongoing support of this project is made possible by Weave, the easiest way to connect, observe and control your containers. Big thanks to Michael Crosby for skydock and the Consul mailing list for inspiration.

For a full list of sponsors, see SPONSORS.

License

MIT

About

Service registry bridge for Docker with pluggable adapters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.6%
  • Makefile 2.4%