mirror of https://github.com/docker/docs.git
commit
f8976d3717
|
@ -23,10 +23,10 @@ significantly reduce the delay between writing code and running it in production
|
|||
## The Docker platform
|
||||
|
||||
Docker provides the ability to package and run an application in a loosely isolated
|
||||
environment called a container. The isolation and security lets you to run many
|
||||
environment called a container. The isolation and security lets you run many
|
||||
containers simultaneously on a given host. Containers are lightweight and contain
|
||||
everything needed to run the application, so you don't need to rely on what's
|
||||
installed on the host. You can share containers while you work,
|
||||
installed on the host. You can share containers while you work,
|
||||
and be sure that everyone you share with gets the same container that works in the
|
||||
same way.
|
||||
|
||||
|
|
Loading…
Reference in New Issue