> @@ -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
