Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
One of the drawbacks with the docker-java library used in the camel-docker component is that it depends on Jersey for the JAX-RS client.
This can be problematic if you already have another JAX-RS implementation on the classpath.
Therefore, it'd be nice if you could specify the DockerCmdExecFactory that you want to work with. By default it'd be JerseyDockerCmdExecFactory, but you could choose to use the NettyDockerCmdExecFactory if you wanted to avoid Jersey.
Similarly, users could implement their own DockerCmdExecFactory and have camel-docker load this when it comes to build the Docker client.
Attachments
Issue Links
- links to