Skip to content

Gradle plugin for managing Docker images and containers.

License

Notifications You must be signed in to change notification settings

mortterna/gradle-docker-plugin

 
 

Repository files navigation

Build Status Download Stackoverflow Gitter

Gradle Docker plugin

Gradle plugin for managing Docker images and containers using the Docker remote API. The heavy lifting of communicating with the Docker remote API is handled by the Docker Java library. Please refer to the library’s documentation for more information on the supported Docker’s client API and Docker server version.

Important
As of version 3.2.5 of this plugin we are using the docker-java-shaded library, in favor of docker-java, which itself is hosted on jcenter ONLY. This means that instead of resolving the multiple, potentially conflicting, dependencies of docker-java we will instead resolve 1 shaded/uber/fat jar with all dependencies baked in. The dependencies/classes themselves are now located under the com.github.dockerjava.shaded package. Please give things a go and report back any issues found. Thanks!

Documentation

Read the user guide!

About

Gradle plugin for managing Docker images and containers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 93.0%
  • Kotlin 7.0%