Interface DockerClientService.Params

    • Method Detail

      • getUrl

        Property<String> getUrl()
        The server URL to connect to via Docker’s remote API.
        Returns:
        The server URL
      • getCertPath

        DirectoryProperty getCertPath()
        The path to certificates for communicating with Docker over SSL.
        Returns:
        The cert path
      • getApiVersion

        Property<String> getApiVersion()
        The remote API version.
        Returns:
        The remote API