> @@ -0,0 +1,43 @@
> +---
> +layout: page
> +title: "Docker: Getting Started Guide"
> +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/)

Add a `.` at the end of the sentence.

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

Reply via email to