From bdb646624870456964154fcbbd5ae9c508f6365e Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 26 Mar 2013 11:46:51 -0700 Subject: [PATCH] Changed project description in home page Upstream-commit: 84cca8afc82114df1893802c06b2920029908e9d Component: engine --- components/engine/docs/sources/index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/index.html b/components/engine/docs/sources/index.html index 6a3b363f9e..382f935781 100644 --- a/components/engine/docs/sources/index.html +++ b/components/engine/docs/sources/index.html @@ -72,11 +72,19 @@
-

Docker - the Linux container runtime

+

Docker

+

The Linux container runtime

-

Docker encapsulates heterogeneous payloads in Standard Containers, and runs them on any server with strong guarantees of isolation and repeatability.

+

+ Docker complements LXC with a high-level API which operates at the process level. + It runs unix processes with strong guarantees of isolation and repeatability across servers. +

+ +

+ Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. +