Class DockerClientFactory
java.lang.Object
org.apache.camel.component.docker.DockerClientFactory
Methods for communicating with Docker
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.github.dockerjava.api.DockerClient
getDockerClient
(DockerComponent dockerComponent, DockerConfiguration dockerConfiguration, org.apache.camel.Message message) Produces aDockerClient
to communicate with Docker
-
Method Details
-
getDockerClient
public static com.github.dockerjava.api.DockerClient getDockerClient(DockerComponent dockerComponent, DockerConfiguration dockerConfiguration, org.apache.camel.Message message) Produces aDockerClient
to communicate with Docker
-