1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Changed project description in home page

Upstream-commit: 84cca8afc82114df1893802c06b2920029908e9d
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-26 11:46:51 -07:00
parent 5240f2fb3e
commit bdb6466248

View File

@@ -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>