diff --git a/get-started/overview.md b/get-started/overview.md index c332f1cd0c..c3c1763333 100644 --- a/get-started/overview.md +++ b/get-started/overview.md @@ -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,