gliderlabs / registrator

Service registry bridge for Docker with pluggable adapters
http://gliderlabs.com/registrator
MIT License
4.66k stars 913 forks source link

Registrator and overlay network #421

Open aravind-craft opened 8 years ago

aravind-craft commented 8 years ago

Hi,

Docker v1.9.1 Registrator latest version

Registrator is not identifying containers & services running on overlay network.

Please can someone confirm what needs to be done to get registrator to identify those containers running in overlay?

Thanks

quater commented 8 years ago

I wonder if there is any interest by the project maintainers to support the service discovery of services that do not expose a port to the host and are located within their separate network (i.e. overlay or pure level 3 virtual networking)?

In fact, for my own project I have lend some code from Registrator to achieve this but the resulting project ended up being substantially different to the Registrator project. So contributing back is not straight forward.

Let me know if you are interested in such feature and how you think it should be implemented so it goes in line with your road map?