image:https://travis-ci.org/bmuschko/gradle-docker-plugin.svg?branch=master["Build Status", link="https://travis-ci.org/bmuschko/gradle-docker-plugin"]
image:https://api.bintray.com/packages/bmuschko/gradle-plugins/com.bmuschko%3Agradle-docker-plugin/images/download.svg["Download", link="https://bintray.com/bmuschko/gradle-plugins/com.bmuschko%3Agradle-docker-plugin/_latestVersion"]
image:https://img.shields.io/badge/user%20guide-latest-red["User Guide", link="https://bmuschko.github.io/gradle-docker-plugin/"]
image:https://img.shields.io/badge/groovydoc-latest-9cf["Groovydoc", link="https://bmuschko.github.io/gradle-docker-plugin/api"]
image:https://badges.gitter.im/Join%20Chat.svg["Gitter", link="https://gitter.im/gradle-docker-plugin/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"]
= Gradle Docker plugin
++++
Gradle plugin for managing link:https://www.docker.io/[Docker] images and containers using the
link:http://docs.docker.io/reference/api/docker_remote_api/[Docker remote API]. The heavy lifting of communicating with the
Docker remote API is handled by the link:https://github.com/docker-java/docker-java[Docker Java library]. Please
refer to the library's documentation for more information on the supported Docker's client API and Docker server version.
== Documentation
- Read the https://bmuschko.github.io/gradle-docker-plugin/[user guide].
- Check out the full-fledged https://github.com/bmuschko/gradle-docker-plugin/tree/master/src/docs/samples/code[sample projects] using the Groovy and the Kotlin DSL.
- Inspect classes and methods of the plugin in the https://bmuschko.github.io/gradle-docker-plugin/[API documentation].
- Anything unclear? Ask a question on the https://gitter.im/gradle-docker-plugin/Lobby[Gitter channel] or https://github.com/bmuschko/gradle-docker-plugin/issues[open an issue].