typo: rm second "with" (#18238)

This commit is contained in:
Nick Landolfi 2023-09-19 13:01:04 -07:00 committed by GitHub
parent e220140216
commit a14b9eabdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ title: About Registry
A registry is a storage and content delivery system, holding named Docker A registry is a storage and content delivery system, holding named Docker
images, available in different tagged versions. images, available in different tagged versions.
For example, with the image `distribution/registry`, with tag `2.1`, users interact with with a registry by using Docker push and pull commands: For example, with the image `distribution/registry`, with tag `2.1`, users interact with a registry by using Docker push and pull commands:
```console ```console
$ docker pull registry-1.docker.io/distribution/registry:2.1 $ docker pull registry-1.docker.io/distribution/registry:2.1
@ -72,4 +72,4 @@ golang are certainly useful as well for advanced operations or hacking.
## Next ## Next
Dive into [deploying your registry](deploying.md) Dive into [deploying your registry](deploying.md)