From faf9e340677fbffdef5b50658754c896fa40e73f Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 20 Aug 2015 19:55:32 -0700 Subject: [PATCH] Update readme Signed-off-by: John Howard --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04342fec51..e127a9befc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -Docker: the Linux container engine -================================== +Docker: the container engine +============================ Docker is an open source project to pack, ship and run any application as a lightweight container. Docker containers are both *hardware-agnostic* and *platform-agnostic*. This means they can run anywhere, from your laptop to the largest -EC2 compute instance and everything in between - and they don't require +cloud compute instance and everything in between - and they don't require you to use a particular language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases, and backend services without depending on a particular stack