mirror of https://github.com/docker/docs.git
typo: rm second "with" (#18238)
This commit is contained in:
parent
e220140216
commit
a14b9eabdc
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue