Update overview.md (#18051)

Fix grammar
This commit is contained in:
shahidsarwar-dev 2023-08-29 07:45:59 -07:00 committed by GitHub
parent ca89b9484d
commit 87e7a9a534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ Docker Desktop is an easy-to-install application for your Mac, Windows or Linux
### Docker registries
A Docker registry stores Docker images. Docker Hub is a public
registry that anyone can use, and Docker is looks for images on
registry that anyone can use, and Docker looks for images on
Docker Hub by default. You can even run your own private registry.
When you use the `docker pull` or `docker run` commands, Docker pulls the required images from your configured registry. When you use the `docker push` command, Docker pushes
@ -201,4 +201,4 @@ in a separate namespace and its access is limited to that namespace.
## Next steps
- [Install Docker](../get-docker.md)
- [Get started with Docker](index.md)
- [Get started with Docker](index.md)