Class DockerRemoteApiPlugin

java.lang.Object
com.bmuschko.gradle.docker.DockerRemoteApiPlugin
All Implemented Interfaces:
Plugin<Project>

public class DockerRemoteApiPlugin extends Object implements Plugin<Project>
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

  • Constructor Details

    • DockerRemoteApiPlugin

      public DockerRemoteApiPlugin()
  • Method Details