Package com.bmuschko.gradle.docker
Class DockerRemoteApiPlugin
java.lang.Object
com.bmuschko.gradle.docker.DockerRemoteApiPlugin
Gradle plugin that provides custom tasks for interacting with Docker via its remote API.
Exposes the extension DockerExtension
required to configure the communication and authentication with the Docker remote API. Provides Docker registry credential values from the extension to all custom tasks that implement RegistryCredentialsAware
.
-
Field Details
-
EXTENSION_NAME
The name of the extension.- See Also:
-
DEFAULT_TASK_GROUP
The group for all tasks created by this plugin.- See Also:
-
-
Constructor Details
-
DockerRemoteApiPlugin
public DockerRemoteApiPlugin()
-
-
Method Details