This is a Maven plugin for managing Docker images and containers for your builds. The current version ist 0.10.5 and works with Maven 3.2.1 or later.
Goal | Description |
---|---|
docker:start |
Create and start containers |
docker:stop |
Stop and destroy containers |
docker:build |
Build images |
docker:push |
Push images to a registry |
docker:remove |
Remove images from local docker host |
docker:logs |
Show container logs |
- The Introduction is a highlevel overview of this plugin's features and provides an usage example.
- The User Manual is a detailed reference for all provided goals and possible configuration parameters.
- Examples are below
samples/
and contain example setups which you can use as blueprints for your own projects. - Migration Guide for migration from pre-0.10.x versions. The old documentation for versions 0.9.x and less can be found here.
- ChangeLog has the release history of this plugin.
- Contributing explains how you can contribute to this project. Pull requests are highly appreciated!