mirror of https://github.com/docker/docs.git
Update overview.md
In THE DOCKER PLATFORMsection , there is a small grammaratical error in second line it should be "The isolation and security allows you to run many containers simultaneously on a given host." (allow->allows) not "The isolation and security allow you to run many containers simultaneously on a given host."
This commit is contained in:
parent
5299e1aca0
commit
4fd778a316
|
@ -20,7 +20,7 @@ significantly reduce the delay between writing code and running it in production
|
||||||
## The Docker platform
|
## The Docker platform
|
||||||
|
|
||||||
Docker provides the ability to package and run an application in a loosely isolated
|
Docker provides the ability to package and run an application in a loosely isolated
|
||||||
environment called a container. The isolation and security allow you to run many
|
environment called a container. The isolation and security allows you to run many
|
||||||
containers simultaneously on a given host. Containers are lightweight and contain
|
containers simultaneously on a given host. Containers are lightweight and contain
|
||||||
everything needed to run the application, so you do not need to rely on what is
|
everything needed to run the application, so you do not need to rely on what is
|
||||||
currently installed on the host. You can easily share containers while you work,
|
currently installed on the host. You can easily share containers while you work,
|
||||||
|
|
Loading…
Reference in New Issue