Author: anthonyshaw
Date: Fri Feb 5 03:15:48 2016
New Revision: 1728590
URL: http://svn.apache.org/viewvc?rev=1728590&view=rev
Log:
Updated blog
Added:
libcloud/site/trunk/source/images/posts/2016-02-05-containers/
libcloud/site/trunk/source/images/posts/2016-02-05-containers/container_cloud_example.png
(with props)
Modified:
libcloud/site/trunk/generated/blog/2016/02/05/libcloud-containers-example.html
libcloud/site/trunk/generated/blog/archives/2016/02/index.html
libcloud/site/trunk/generated/blog/atom.xml
libcloud/site/trunk/generated/blog/index.html
libcloud/site/trunk/generated/blog/tags/containers.html
libcloud/site/trunk/generated/blog/tags/news.html
libcloud/site/trunk/generated/blog/tags/tutorial.html
libcloud/site/trunk/generated/sitemap.xml
libcloud/site/trunk/source/_posts/2016-02-05-libcloud-containers-example.md
Modified: libcloud/site/trunk/generated/blog/2016/02/05/libcloud-containers-example.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2016/02/05/libcloud-containers-example.html?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/2016/02/05/libcloud-containers-example.html (original)
+++ libcloud/site/trunk/generated/blog/2016/02/05/libcloud-containers-example.html Fri Feb
5 03:15:48 2016
@@ -128,6 +128,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we're going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS
then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let's install the new packages, you probably want to do this
within a virtualenv if you're using Apache Libcloud for other projects. </p>
@@ -203,8 +209,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
- <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
+ <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called 'main' and deployed the tomcat:8.0 image from
the Docker hub to that region. </p>
@@ -223,7 +229,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/blog/archives/2016/02/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2016/02/index.html?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2016/02/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2016/02/index.html Fri Feb 5 03:15:48 2016
@@ -120,6 +120,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we're going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS
then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let's install the new packages, you probably want to do this
within a virtualenv if you're using Apache Libcloud for other projects. </p>
@@ -195,8 +201,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
- <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
+ <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called 'main' and deployed the tomcat:8.0 image from
the Docker hub to that region. </p>
@@ -215,7 +221,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/blog/atom.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Fri Feb 5 03:15:48 2016
@@ -5,7 +5,7 @@
<link href="https://libcloud.apache.org" rel="self" />
<link href="https://libcloud.apache.org" />
<id>https://libcloud.apache.org</id>
- <updated>2016-02-05T14:12:10+11:00</updated>
+ <updated>2016-02-05T14:14:54+11:00</updated>
<author>
<name>The Apache Software Foundation</name>
</author>
@@ -35,6 +35,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we&#39;re going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and
Amazon ECS then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let&#39;s install the new packages, you probably want
to do this within a virtualenv if you&#39;re using Apache Libcloud for other projects.
</p>
@@ -110,8 +116,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span
class="o">=</span><span class="n">cluster</span><span
class="p">,</span>
<span class="n">name</span><span
class="o">=</span><span class="s">&#39;hello-world&#39;</span><span
class="p">,</span>
<span class="n">image</span><span
class="o">=</span><span class="n">image</span><span
class="p">,</span>
- <span class="n">start</span><span
class="o">=</span><span class="bp">False</span><span
class="p">,</span>
- <span class="n">ex_container_port</span><span
class="o">=</span><span class="mi">8080</span><span
class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span
class="p">)</span>
+ <span class="n">start</span><span
class="o">=</span><span class="bp">False</span><span
class="p">,</span>
+ <span class="n">ex_container_port</span><span
class="o">=</span><span class="mi">8080</span><span
class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span
class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called &#39;main&#39; and deployed the tomcat:8.0 image
from the Docker hub to that region. </p>
@@ -130,7 +136,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span
class="o">=</span><span class="n">cluster</span><span
class="p">,</span>
<span class="n">name</span><span
class="o">=</span><span class="s">&#39;hello-world&#39;</span><span
class="p">,</span>
<span class="n">image</span><span
class="o">=</span><span class="n">image</span><span
class="p">,</span>
- <span class="n">start</span><span
class="o">=</span><span class="bp">False</span><span
class="p">)</span>
+ <span class="n">start</span><span
class="o">=</span><span class="bp">False</span><span
class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/blog/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/index.html?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/index.html (original)
+++ libcloud/site/trunk/generated/blog/index.html Fri Feb 5 03:15:48 2016
@@ -122,6 +122,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we're going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS
then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let's install the new packages, you probably want to do this
within a virtualenv if you're using Apache Libcloud for other projects. </p>
@@ -218,8 +224,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
- <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
+ <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called 'main' and deployed the tomcat:8.0 image from
the Docker hub to that region. </p>
@@ -240,7 +246,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/blog/tags/containers.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/containers.html?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/containers.html (original)
+++ libcloud/site/trunk/generated/blog/tags/containers.html Fri Feb 5 03:15:48 2016
@@ -121,6 +121,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we're going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS
then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let's install the new packages, you probably want to do this
within a virtualenv if you're using Apache Libcloud for other projects. </p>
@@ -217,8 +223,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
- <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
+ <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called 'main' and deployed the tomcat:8.0 image from
the Docker hub to that region. </p>
@@ -239,7 +245,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/blog/tags/news.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/news.html (original)
+++ libcloud/site/trunk/generated/blog/tags/news.html Fri Feb 5 03:15:48 2016
@@ -121,6 +121,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we're going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS
then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let's install the new packages, you probably want to do this
within a virtualenv if you're using Apache Libcloud for other projects. </p>
@@ -217,8 +223,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
- <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
+ <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called 'main' and deployed the tomcat:8.0 image from
the Docker hub to that region. </p>
@@ -239,7 +245,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/blog/tags/tutorial.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/tutorial.html?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/tutorial.html (original)
+++ libcloud/site/trunk/generated/blog/tags/tutorial.html Fri Feb 5 03:15:48 2016
@@ -121,6 +121,12 @@ the open-source community about the desi
<li>Google Kubernetes</li>
</ul>
+<p>In this tutorial we're going to explore how to do this:</p>
+
+<p><img src="http://libcloud.apache.org/images/posts/2016-02-05-containers/container_cloud_example.png"
alt="Deploying containers across platforms"></p>
+
+<p>Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS
then auditing them with a single query.</p>
+
<h2>Getting Started with 1.0.0-pre1</h2>
<p>First off, let's install the new packages, you probably want to do this
within a virtualenv if you're using Apache Libcloud for other projects. </p>
@@ -217,8 +223,8 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
- <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">,</span>
+ <span class="n">ex_container_port</span><span class="o">=</span><span
class="mi">8080</span><span class="p">,</span> <span class="n">ex_host_port</span><span
class="o">=</span><span class="mi">8080</span><span class="p">)</span>
</code></pre></div>
<p>This will have deployed a task definition in Amazon ECS with a single container
inside, with a cluster called 'main' and deployed the tomcat:8.0 image from
the Docker hub to that region. </p>
@@ -239,7 +245,7 @@ swap this out for any of the Amazon publ
<span class="n">cluster</span><span class="o">=</span><span
class="n">cluster</span><span class="p">,</span>
<span class="n">name</span><span class="o">=</span><span
class="s">'hello-world'</span><span class="p">,</span>
<span class="n">image</span><span class="o">=</span><span
class="n">image</span><span class="p">,</span>
- <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
+ <span class="n">start</span><span class="o">=</span><span
class="bp">False</span><span class="p">)</span>
</code></pre></div>
<h2>Wrapping it up</h2>
Modified: libcloud/site/trunk/generated/sitemap.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Fri Feb 5 03:15:48 2016
@@ -338,7 +338,7 @@
</url>
<url>
<loc>https://libcloud.apache.org/</loc>
- <lastmod>2016-02-05T14:01:27+11:00</lastmod>
+ <lastmod>2016-02-05T14:14:43+11:00</lastmod>
</url>
<url>
<loc>https://libcloud.apache.org/getting-started.html</loc>
@@ -358,7 +358,7 @@
</url>
<url>
<loc>https://libcloud.apache.org/blog/blog/</loc>
- <lastmod>2016-02-05T14:01:27+11:00</lastmod>
+ <lastmod>2016-02-05T14:14:43+11:00</lastmod>
</url>
<url>
<loc>https://libcloud.apache.org/security.html</loc>
Modified: libcloud/site/trunk/source/_posts/2016-02-05-libcloud-containers-example.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-02-05-libcloud-containers-example.md?rev=1728590&r1=1728589&r2=1728590&view=diff
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-02-05-libcloud-containers-example.md (original)
+++ libcloud/site/trunk/source/_posts/2016-02-05-libcloud-containers-example.md Fri Feb 5
03:15:48 2016
@@ -22,6 +22,11 @@ the open-source community about the desi
* Amazon EC2 Container Service
* Google Kubernetes
+In this tutorial we're going to explore how to do this:
+
+
+
+Pulling images from the Docker hub, deploying to Docker, Kubernetes and Amazon ECS then auditing
them with a single query.
## Getting Started with 1.0.0-pre1
@@ -128,8 +133,8 @@ ECS and Kubernetes both support some for
cluster=cluster,
name='hello-world',
image=image,
- start=False,
- ex_container_port=8080, ex_host_port=8080)
+ start=False,
+ ex_container_port=8080, ex_host_port=8080)
```
This will have deployed a task definition in Amazon ECS with a single container inside, with
a cluster called 'main' and deployed the tomcat:8.0 image from the Docker hub to that region.
@@ -152,7 +157,7 @@ container2 = kubernetes.deploy_container
cluster=cluster,
name='hello-world',
image=image,
- start=False)
+ start=False)
```
## Wrapping it up
Added: libcloud/site/trunk/source/images/posts/2016-02-05-containers/container_cloud_example.png
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/images/posts/2016-02-05-containers/container_cloud_example.png?rev=1728590&view=auto
==============================================================================
Binary file - no diff available.
Propchange: libcloud/site/trunk/source/images/posts/2016-02-05-containers/container_cloud_example.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
|