registrator
Registrator automatically registers and deregisters services for any Docker
1.2K
Registrator. the first imagen to x86 and arm64 (intel y M) Service registry bridge for Docker.
Circle CI Docker pulls 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.
Code is a fork from http://gliderlabs.com/registrator UPDATE go AND Alpine VERSION Full documentation available at https://github.com/mario-ezquerro/registrator
Getting Registrator Get the latest release, master, or any version of Registrator via Docker Hub:
$ docker pull marioezquerro/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
CLI Options
Usage of /bin/registrator:
/bin/registrator [options]
-cleanup=false: Remove dangling services -deregister="always": Deregister exited services "always" or "on-success" -internal=false: Use internal ports instead of published ones -ip="": IP for ports mapped to the host -resync=0: Frequency with which services are resynchronized -retry-attempts=0: Max retry attempts to establish a connection with the backend. Use -1 for infinite retries -retry-interval=2000: Interval (in millisecond) between retry-attempts. -tags="": Append tags for all registered services -ttl=0: TTL for services (default is no expiry) -ttl-refresh=0: Frequency with which service TTLs are refreshed 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.
Content type
Image
Digest
sha256:b85e1efa2…
Size
12.6 MB
Last updated
3 months ago
docker pull marioezquerro/registrator:v7.4.25