Class DockerApi

java.lang.Object
org.springframework.boot.buildpack.platform.docker.DockerApi

public class DockerApi extends Object
Provides access to the limited set of Docker APIs needed by pack.
Since:
2.3.0
Author:
Phillip Webb, Scott Frederick, Rafael Ceccone, Moritz Halbritter
  • Constructor Details

    • DockerApi

      public DockerApi()
      Create a new DockerApi instance.
    • DockerApi

      public DockerApi(@Nullable DockerConnectionConfiguration connectionConfiguration, DockerLog log)
      Create a new DockerApi instance.
      Parameters:
      connectionConfiguration - the connection configuration to use
      log - a logger used to record output
      Since:
      3.5.0
  • Method Details