-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Right now it seems everyone is solving Dockers problems by wrapping the docker cli (e.g., weave (networking), flocker (data mobility)). The problem is that all those wrappers become incompatible with each other. Last night, me and Chris went to a Docker meetup (biggest ever) where they presented powerstrip, which aims to be the way to build Docker extensions (and hopefully someday merged into Docker). What it does is wrapping Docker once to provide prehooks and posthooks so that extensions can be built without wrapping Docker again.
I think it's worth checking this and thinking a bit about it while we are still in early stage.