Package dev.snowdrop.buildpack.docker
Class DockerClientUtils
java.lang.Object
dev.snowdrop.buildpack.docker.DockerClientUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.github.dockerjava.api.DockerClientstatic com.github.dockerjava.api.DockerClientgetDockerClient(String dockerHost) Simple util to get a DockerClient for the platform.static String
-
Constructor Details
-
DockerClientUtils
public DockerClientUtils()
-
-
Method Details
-
getDockerClient
public static com.github.dockerjava.api.DockerClient getDockerClient() -
getDockerClient
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
-