You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrea Turli <no...@github.com> on 2015/01/13 10:04:07 UTC

Re: [jclouds-site] Update docker.md (#122)

> @@ -25,6 +25,7 @@ This involves [dockerizing an SSH daemon service](https://docs.docker.com/exampl
>  // get a context with docker that offers the portable ComputeService api
>  ComputeServiceContext context = ContextBuilder.newBuilder("docker")
>                        .credentials(email, password)
> +                      .endpoint("http://your-docker-engine-host:2375")

yes as they are officially listed [here](http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=docker)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/122/files#r22849881