docker-maven-plugin
docker-maven-plugin copied to clipboard
Create a docker:run task, similar to cargo:run
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 when the user presses "ctrl-c" tear everything down again.