diff --git a/content/registry/introduction.md b/content/registry/introduction.md index 2b736765d1..ef10f86b8b 100644 --- a/content/registry/introduction.md +++ b/content/registry/introduction.md @@ -9,7 +9,7 @@ title: About Registry A registry is a storage and content delivery system, holding named Docker 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 $ 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 -Dive into [deploying your registry](deploying.md) \ No newline at end of file +Dive into [deploying your registry](deploying.md)