docker-maven-plugin

Maven plugin for running and creating Docker images

  • 所有者: fabric8io/docker-maven-plugin
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

docker-maven-plugin

Maven Central
Circle CI
Coverage
Technical Debt

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, Default Lifecycle Phase, -----------------------------------------------------------------------------------------------, ------------------------------------------------, -----------------------, docker:start, Create and start containers, pre-integration-test, docker:stop, Stop and destroy containers, post-integration-test, docker:build, Build images, install, docker:watch, Watch for doing rebuilds and restarts, docker:push, Push images to a registry, deploy, docker:remove, Remove images from local docker host, post-integration-test, docker:logs, Show container logs, docker:source, Attach docker build archive to Maven project, package, docker:save, Save image to a file, docker:volume-create, Create a volume to share data between containers, pre-integration-test, docker:volume-remove, Remove a created volume, post-integration-test, #### Documentation

  • The User Manual [PDF] 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 for using custom networks and build args.

主要指标

概览
名称与所有者fabric8io/docker-maven-plugin
主编程语言Java
编程语言Java (语言数: 6)
平台
许可证Apache License 2.0
所有者活动
创建于2014-03-26 06:10:05
推送于2025-05-02 16:39:12
最后一次提交2025-04-22 08:49:45
发布数413
最新版本名称v0.46.0 (发布于 2025-04-06 22:26:00)
第一版名称v0.9.0 (发布于 2014-05-16 10:25:13)
用户参与
星数1.9k
关注者数73
派生数646
提交数2.4k
已启用问题?
问题数1132
打开的问题数494
拉请求数539
打开的拉请求数15
关闭的拉请求数166
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?