You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "John Liptak (JIRA)" <ji...@apache.org> on 2017/03/24 22:15:42 UTC

[jira] [Created] (CAMEL-11069) Make docker socket support usable

John Liptak created CAMEL-11069:
-----------------------------------

             Summary: Make docker socket support usable
                 Key: CAMEL-11069
                 URL: https://issues.apache.org/jira/browse/CAMEL-11069
             Project: Camel
          Issue Type: New Feature
          Components: camel-docker
    Affects Versions: 2.18.3
         Environment: Linux docker enviroments
            Reporter: John Liptak
            Priority: Minor


Our docker environment does not expose the remote API socket over TCP, so I wanted to get the unix:///var/run/docker.sock endpoint to work.

This needed two changes:
1. The DockerClientProfile toUrl() method appends a :port which is not valid for the unit port.
2. The URI parameter for socket has the wrong name and isn't in the valid URI parameters map.

I will submit a pull request once I have the issue #.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)