mattbroekhuis / docker-maven-plugin

Maven plugin for running and creating Docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-maven-plugin

Maven Central Travis Circle CI Coverage Technical Debt Dependency Status

This is a Maven plugin for building Docker images and managing containers for integration tests. It works with Maven 3.0.5 and Docker 1.6.0 or later.

Goals

Goal Description
docker:start Create and start containers
docker:stop Stop and destroy containers
docker:build Build images
docker:watch Watch for doing rebuilds and restarts
docker:push Push images to a registry
docker:remove Remove images from local docker host
docker:logs Show container logs
docker:source Attach docker build archive to Maven project

Documentation

  • The User Manual has a detailed reference for all and everything.
  • The Introduction is a high level overview of this plugin's features and provides an usage example. provided goals and possible configuration parameters.
  • Examples are below samples/ and contain example setups which you can use as blueprints for your own projects.
  • ChangeLog has the release history of this plugin.
  • Contributing explains how you can contribute to this project. Pull requests are highly appreciated!

Docker API Support

  • Docker 1.6 (v1.18) is the minimal required version
  • Docker 1.8.1 (v1.20) is required for docker:watch
  • Docker 1.9 (v1.21) is required of using custom networks and build args.

About

Maven plugin for running and creating Docker images

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Groovy 0.1%