[ 
https://issues.apache.org/jira/browse/JCLOUDS-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696725#comment-14696725
 ] 

ASF subversion and git services commented on JCLOUDS-898:
---------------------------------------------------------

Commit b1aebb7bf015cfa5e20625d4207e5d19d71503e9 in jclouds-labs's branch 
refs/heads/master from [~nacx]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=b1aebb7 ]

[JCLOUDS-898] Allow insecure connection in Docker.

Original author was @andreaturli and the original patch was #172.


> Docker driver does not work without TLS
> ---------------------------------------
>
>                 Key: JCLOUDS-898
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-898
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 1.9.0
>            Reporter: Jakub Bartecek
>            Assignee: Andrea Turli
>              Labels: docker
>
> I'm migrating from 1.8.1, but the docker driver doesn't work without TLS. It 
> still tries to load a certificate from file.
> Usage:
>         dockerContext = ContextBuilder.newBuilder("docker")
>                 .endpoint("http://"; + dockerIp + ":2375")
>                 .credentials(user, passwd)
>                 .modules(ImmutableSet.<Module> of(new SLF4JLoggingModule(),
>                         new SshjSshClientModule()))
>                 .buildView(ComputeServiceContext.class);
>         dockerClient = dockerContext.unwrapApi(DockerApi.class);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to