diff --git a/docs/README.md b/docs/README.md index fce7f238fb7fedeb0bbd166c0af1f985853b8d46..e1ca45b0854d9be69e553e7a140842d6e4a5a13d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,6 +15,7 @@ Installation * Work in your own fork of the code, we accept pull requests. * Install sphinx: ``pip install sphinx`` +* Install sphinx httpdomain contrib package ``sphinxcontrib-httpdomain`` * If pip is not available you can probably install it using your favorite package manager as **python-pip** Usage diff --git a/docs/sources/index.html b/docs/sources/index.html index 1d5313cf5c8e186dab4a3c0cea192f97504ef940..44a1cc737c7d74a7de8e5e89da7fa7a112905354 100644 --- a/docs/sources/index.html +++ b/docs/sources/index.html @@ -7,6 +7,7 @@
+- Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers. -
+
- Docker containers are both
- Docker is an open-source implementation of the deployment engine which powers dotCloud, a popular Platform-as-a-Service. - It benefits directly from the experience accumulated over several years of large-scale operation and support of hundreds of thousands - of applications and databases. -
+Any combination of binaries, libraries, configuration files, scripts, virtualenvs, jars, gems, tarballs, you name it. No more juggling between domain-specific tools. Docker can deploy and run them all.
-Docker can run on any x64 machine with a modern linux kernel - whether it's a laptop, a bare metal server or a VM. This makes it perfect for multi-cloud deployments.
+Docker isolates processes from each other and from the underlying host, using lightweight containers.
+Because each container is isolated in its own filesystem, they behave the same regardless of where, when, and alongside what they run.
docker isolates processes from each other and from the underlying host, using lightweight containers.
+Because containers are isolated in their own filesystem, they behave the same regardless of where, when, and alongside what they run.
+