Przeglądaj źródła

+ Website: new high-level overview

Solomon Hykes 12 lat temu
rodzic
commit
8646f7f11c
1 zmienionych plików z 20 dodań i 10 usunięć
  1. 20 10
      docs/sources/index.html

+ 20 - 10
docs/sources/index.html

@@ -7,7 +7,7 @@
 <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    <title>Docker - the Linux container runtime</title>
+    <title>Docker - the Linux container engine</title>
 
     <meta name="description" content="Docker encapsulates heterogeneous payloads in standard containers">
     <meta name="viewport" content="width=device-width">
@@ -71,18 +71,28 @@
 
                 <div style="text-align: center; padding: 50px 30px 50px 30px;">
 		    <h1>Docker</h1>
-		    <h2>The Linux container runtime</h2>
+		    <h2>The Linux container engine</h2>
                 </div>
 
                 <div style="display: block; text-align: center; padding: 10px 30px 50px 30px;">
-			<p>
-			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.
-			</p>
-
-			<p>
-			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.
-			</p>
+
+		<p>
+		Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers.
+		</p>
+
+		<p>
+		Docker containers are both <string>hardware-agnostic</strong> and <strong>platform-agnostic</strong>. This means that they can run anywhere, from your
+		laptop to the largest EC2 compute instance and everything in between - and they don't require that you use a particular
+		language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases
+		and backend services without depending on a particular stack or provider.
+		</p>
+
+		<p>
+		Docker is an open-source implementation of the deployment engine which powers <a href="http://dotcloud.com">dotCloud</a>, 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.
+		</p>
+
                 </div>