docker maven plugin 是个简单的可以管理Docker容器maven插件,这个插件将会根据你的配置,在构建时启动容器,构建结束时停止容器并删除,如果本地找不到镜像,Docker会自动去中央仓库下载。
简单示例:
com.ofbizian docker-maven-plugin 1.0.0 busybox start-docker pre-integration-test start
所有可能配置的完整示例:
com.ofbizian docker-maven-plugin 1.0.0 http://localhost:4243 dockerfile/redis busybox start-docker pre-integration-test start stop-docker post-integration-test stop