1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #15745 from Microsoft/readme

Update readme
This commit is contained in:
moxiegirl 2015-08-24 06:13:02 -07:00
commit 02683dfa09

View file

@ -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 Docker is an open source project to pack, ship and run any application
as a lightweight container. as a lightweight container.
Docker containers are both *hardware-agnostic* and *platform-agnostic*. Docker containers are both *hardware-agnostic* and *platform-agnostic*.
This means they can run anywhere, from your laptop to the largest 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 you to use a particular language, framework or packaging system. That
makes them great building blocks for deploying and scaling web apps, makes them great building blocks for deploying and scaling web apps,
databases, and backend services without depending on a particular stack databases, and backend services without depending on a particular stack