From 84af23bd19c88a2b294cef47155f077220f39e09 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 28 Mar 2013 19:18:03 -0700 Subject: [PATCH] Fixed leftover from docs merge. Thanks @cespare for spotting! Upstream-commit: 1d6929c8bc6cbc5ad63dce083869460b6bb377ad Component: engine --- components/engine/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 273291250f..bb69f47979 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -6,7 +6,6 @@ Docker complements LXC with a high-level API which operates at the process level 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. ![Docker L](docs/sources/static_files/lego_docker.jpg "Docker") -======= * *Heterogeneous payloads*: any combination of binaries, libraries, configuration files, scripts, virtualenvs, jars, gems, tarballs, you name it. No more juggling between domain-specific tools. Docker can deploy and run them all.