From 4fd778a3167596ff720cae99840d17a4ff604c8e Mon Sep 17 00:00:00 2001 From: Haripriya <84227191+haripriya1909@users.noreply.github.com> Date: Mon, 7 Feb 2022 04:28:32 +0530 Subject: [PATCH] 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." --- get-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,