jwilder / docker-register

Service registration for docker containers
198 stars 74 forks source link

Supporting multiple ports exposed by a docker container #3

Closed alexturek closed 7 years ago

alexturek commented 10 years ago

Addresses #2

A template change here requires https://github.com/jwilder/docker-gen/pull/29 to work

nsillik commented 9 years ago

@alexturek I've been looking in to adding similar functionality. Has what you've done here been working for you? I'd love to chat if you have some time and need some help. Thanks!

alexturek commented 9 years ago

Yeah, we've been using this change in production for a few months now. Docker image: https://registry.hub.docker.com/u/alexturek/docker-register-multiport/ On Jan 28, 2015 9:09 PM, "Nick Sillik" notifications@github.com wrote:

@alexturek https://github.com/alexturek I've been looking in to adding similar functionality. Has what you've done here been working for you? I'd love to chat if you have some time and need some help. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/jwilder/docker-register/pull/3#issuecomment-71970116.

themez commented 9 years ago

Why this useful feature not merged yet?

raoofm commented 9 years ago

@jwilder will you be merging these