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!
|
Read the user guide!