Wouter Danes
Wouter Danes
Hi Mike, Thanks for the PR. Actually, you can share state between Mojos, via the PluginContext. See AbstractDockerMojo#obtainListFromPluginContext() For the rest, this looks great. :)
Hi! This should be fairly straight-forward to implement, because it's part of the docker API. Not sure if it will work with boot2docker though, the current CLI might do some...
No real progress yet. It was really hard before, will have to check the REST API again.
Making progress, eh? Looking at your code, have you looked at using current HTTP libs with a transport other than TCP? That would've been my first guess: take something like...
Hmm, interesting. I have docker or mac as well, but it doesn't set the DOCKER_HOST environment variable and thus my plugin just works. Try it by doing `unset DOCKER_HOST` before...