|
...
|
...
|
@@ -1,12 +1,12 @@
|
|
1
|
|
-Docker: the Linux container engine
|
|
2
|
|
-==================================
|
|
|
1
|
+Docker: the container engine
|
|
|
2
|
+============================
|
|
3
|
3
|
|
|
4
|
4
|
Docker is an open source project to pack, ship and run any application
|
|
5
|
5
|
as a lightweight container.
|
|
6
|
6
|
|
|
7
|
7
|
Docker containers are both *hardware-agnostic* and *platform-agnostic*.
|
|
8
|
8
|
This means they can run anywhere, from your laptop to the largest
|
|
9
|
|
-EC2 compute instance and everything in between - and they don't require
|
|
|
9
|
+cloud compute instance and everything in between - and they don't require
|
|
10
|
10
|
you to use a particular language, framework or packaging system. That
|
|
11
|
11
|
makes them great building blocks for deploying and scaling web apps,
|
|
12
|
12
|
databases, and backend services without depending on a particular stack
|