mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -20,7 +20,7 @@ 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 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
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user