|
|
|
|
|
by progrium
4154 days ago
|
|
I'm involved as an independent collaborator again in Docker's internal extension efforts, and after I saw this I got ClusterHQ looped in to that working group. Then we talked about collaborating on a Go port of Powerstrip, so I'm working on that here:
https://github.com/ClusterHQ/powerstrip/tree/golang We're also planning to combine the Docker event stream plugin system I prototyped previously into Powerstrip:
https://github.com/progrium/docker-plugins And ultimately, eventually, we'll have native extension support in Docker that allows much more extensibility, but all this is a good first step IMO. |
|
I think it would be interesting, for example, to explore development of an extension that "guided" those tools regarding where (virtually speaking) they should re/deploy machines and containers, based on metrics collected by a 3rd party service with which that extension communicated.
I apologize if my question is a bit naïve; at present, I've been spending a lot of time with the porcelain and haven't gotten into the internals enough to understand how all the Docker pieces truly fit together.