docker-maven-plugin
docker-maven-plugin copied to clipboard
A maven plugin to manage docker containers and images for integration tests.
Hi Wouter, I really like your docker-maven-plugin, however the lack of the VOLUME feature in the plugin is the only thing I miss. Can you tell me if in some...
Images that need to be pushed, but don't have keep = true should be removed after they are pushed. Else build servers could get seriously cluttered.
It would be useful to be able to "run" the project as well as integration test it. The docker:run goal would build the images, start up the server and then...
The plugin currently connects to docker using the rest api. It would be nice to also have unix socket support.