gliderlabs / registrator

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

rkt support #374

Open 0x5d opened 8 years ago

0x5d commented 8 years ago

I think it would be cool if registrator supported rkt as a runtime, alongside Docker. If I took on developing this feature, would you merge it?

progrium commented 8 years ago

What is the equivalent of the event stream for rkt?

On Sun, Mar 20, 2016 at 12:49 AM, David Castillo notifications@github.com wrote:

I think it would be cool if registrator supported rkt as a runtime, alongside Docker. If I took on developing this feature, would you merge it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/gliderlabs/registrator/issues/374

Jeff Lindsay http://progrium.com

0x5d commented 8 years ago

As of now, rkt can be run in API Service mode (rkt api-service), exposing a simple proto buffer API. The event stream hasn't been yet implemented (it seems it's scheduled for the end of April, I guess), but a workaround would be to implement a simple polling and detect new running/ stopped containers, listing and filtering them like this.