|
@@ -72,11 +72,19 @@
|
|
|
</div>
|
|
|
|
|
|
<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 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>
|
|
|
|
|
|
|