Class DockerClientUtils

java.lang.Object
dev.snowdrop.buildpack.docker.DockerClientUtils

public class DockerClientUtils extends Object
  • Constructor Details

    • DockerClientUtils

      public DockerClientUtils()
  • Method Details

    • getDockerClient

      public static com.github.dockerjava.api.DockerClient getDockerClient()
    • getDockerClient

      public static com.github.dockerjava.api.DockerClient getDockerClient(String dockerHost)
      Simple util to get a DockerClient for the platform. probably needs more work for other platforms, and we may want a way to configure authentication etc.
    • getDockerHost

      public static String getDockerHost()