diff --git a/labs/Howtos/doclive/asciidoc.adoc b/labs/Howtos/doclive/asciidoc.adoc
index f68304f..262ea35 100644
--- a/labs/Howtos/doclive/asciidoc.adoc
+++ b/labs/Howtos/doclive/asciidoc.adoc
@@ -138,5 +138,15 @@ image:tiled-editor-and-web-preview.png[alt="Swarmlab"]
. Open opera://extensions
. Drag'n'drop the `.nex` file into the page to install
+== Install Docker
+
+
+****
+Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
+
+Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels
+****
+
+http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install.adoc.html[installation^]
That's all folks! :-)
diff --git a/labs/Howtos/doclive/asciidoc.adoc.html b/labs/Howtos/doclive/asciidoc.adoc.html
index cbac46f..15d2300 100644
--- a/labs/Howtos/doclive/asciidoc.adoc.html
+++ b/labs/Howtos/doclive/asciidoc.adoc.html
@@ -463,6 +463,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
4.3. Installing the Opera Extension
+5. Install Docker
@@ -738,16 +739,34 @@ docker run --rm -v $PWD:/documents/ asciidoctor/docker-asciidoctor asciidoctor-
+
+
+
+