From cee8ae98b4a1d51fbb139632d3c48f9569bb4452 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Fri, 12 Aug 2022 14:05:07 +0200 Subject: [PATCH] Add link to official registry image in local mirror documentation. (#15370) --- registry/recipes/mirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/recipes/mirror.md b/registry/recipes/mirror.md index 33fa204d46..ba97a02a05 100644 --- a/registry/recipes/mirror.md +++ b/registry/recipes/mirror.md @@ -68,7 +68,7 @@ be configured to use the `filesystem` driver for storage. ## Run a Registry as a pull-through cache The easiest way to run a registry as a pull through cache is to run the official -Registry image. +[Registry](https://hub.docker.com/_/registry) image. At least, you need to specify `proxy.remoteurl` within `/etc/docker/registry/config.yml` as described in the following subsection.