You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (JIRA)" <ji...@apache.org> on 2019/05/15 08:19:00 UTC

[jira] [Created] (CAMEL-13526) Docker component socket mode does not work

James Netherton created CAMEL-13526:
---------------------------------------

             Summary: Docker component socket mode does not work
                 Key: CAMEL-13526
                 URL: https://issues.apache.org/jira/browse/CAMEL-13526
             Project: Camel
          Issue Type: Bug
          Components: camel-docker
    Affects Versions: 3.0.0
            Reporter: James Netherton
            Assignee: James Netherton


When I recently upgraded the docker java client, I missed a change in behaviour for how the path to the docker daemon unix socket is determined. It used to be hard coded, but it's now configurable via the host URL:

[https://github.com/docker-java/docker-java/commit/32220487c9f6fc54dceb152e774d3d09f5548943#diff-1e9098e0bf3cde696fe27648bc113a13]

The camel-docker component cannot currently handle unix:// URL schemes in the host parameter because it erroneously appends the port number onto the end of the URL.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)