Class DockerClientFactory
- java.lang.Object
-
- org.apache.camel.component.docker.DockerClientFactory
-
public final class DockerClientFactory extends Object
Methods for communicating with Docker
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.github.dockerjava.api.DockerClient
getDockerClient(DockerComponent dockerComponent, DockerConfiguration dockerConfiguration, org.apache.camel.Message message)
Produces aDockerClient
to communicate with Docker
-
-
-
Method Detail
-
getDockerClient
public static com.github.dockerjava.api.DockerClient getDockerClient(DockerComponent dockerComponent, DockerConfiguration dockerConfiguration, org.apache.camel.Message message) throws DockerException
Produces aDockerClient
to communicate with Docker- Throws:
DockerException
-
-