Merge pull request #18751 from lootch/patch-1

Update overview.md
This commit is contained in:
David Karlsson 2023-11-22 13:03:24 +01:00 committed by GitHub
commit f8976d3717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.