|
...
|
...
|
@@ -72,11 +72,19 @@
|
|
72
|
72
|
</div>
|
|
73
|
73
|
|
|
74
|
74
|
<div style="text-align: center; padding: 50px 30px 50px 30px;">
|
|
75
|
|
- <h1>Docker - the Linux container runtime</h1>
|
|
|
75
|
+ <h1>Docker</h1>
|
|
|
76
|
+ <h2>The Linux container runtime</h2>
|
|
76
|
77
|
</div>
|
|
77
|
78
|
|
|
78
|
79
|
<div style="display: block; text-align: center; padding: 10px 30px 50px 30px;">
|
|
79
|
|
- <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>
|
|
|
80
|
+ <p>
|
|
|
81
|
+ Docker complements LXC with a high-level API which operates at the process level.
|
|
|
82
|
+ It runs unix processes with strong guarantees of isolation and repeatability across servers.
|
|
|
83
|
+ </p>
|
|
|
84
|
+
|
|
|
85
|
+ <p>
|
|
|
86
|
+ 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.
|
|
|
87
|
+ </p>
|
|
80
|
88
|
</div>
|
|
81
|
89
|
|
|
82
|
90
|
|