Procházet zdrojové kódy

Changed project description in home page

Solomon Hykes před 12 roky
rodič
revize
84cca8afc8
1 změnil soubory, kde provedl 10 přidání a 2 odebrání
  1. 10 2
      docs/sources/index.html

+ 10 - 2
docs/sources/index.html

@@ -72,11 +72,19 @@
                 </div>
                 </div>
 
 
                 <div style="text-align: center; padding: 50px 30px 50px 30px;">
                 <div style="text-align: center; padding: 50px 30px 50px 30px;">
-                    <h1>Docker - the Linux container runtime</h1>
+		    <h1>Docker</h1>
+		    <h2>The Linux container runtime</h2>
                 </div>
                 </div>
 
 
                 <div style="display: block; text-align: center; padding: 10px 30px 50px 30px;">
                 <div style="display: block; text-align: center; padding: 10px 30px 50px 30px;">
-                    <h2 style="font-size: 16px; line-height: 1.5em;">Docker encapsulates heterogeneous payloads in Standard Containers, and runs them on any server with strong guarantees of isolation and repeatability.</h2>
+			<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>
                 </div>
                 </div>