> +permalink: /guides/docker/
> +---
> +
> +jclouds-docker is a local cloud provider modelled on 
> [docker](http://www.docker.io). Similar to other jclouds supported
> +providers, it supports the same portable abstractions offered by jclouds.
> +
> +![jclouds docker architecture](/img/jclouds-docker.png)
> +
> +In order to mimic the behavior of the nodes that jclouds is able to manage, 
> we need to make the Docker containers similar to any other VM.
> +Fortunately, to have that is not much work: the only prerequisite is that 
> the node needs to be ssh’able. 
> +This involved [dockerizing an SSH daemon 
> service](https://docs.docker.com/examples/running_ssh_service/)
> +
> +### Give it a try!
> +
> +* Install [Docker](http://https://docs.docker.com/installation/)
> +* Ensure you are using a recent JDK 6

We'll no longer be supporting Java 6 in our next major releases. Suggest to use 
a recent Java 7 instead.

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

Reply via email to