You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Jakub Bartecek (JIRA)" <ji...@apache.org> on 2015/04/30 14:46:05 UTC

[jira] [Created] (JCLOUDS-898) Docker driver does not work without TLS

Jakub Bartecek created JCLOUDS-898:
--------------------------------------

             Summary: 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


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)