mirror of https://github.com/docker/docs.git
Add link to official registry image in local mirror documentation. (#15370)
This commit is contained in:
parent
8b5cf33e2f
commit
cee8ae98b4
|
|
@ -68,7 +68,7 @@ be configured to use the `filesystem` driver for storage.
|
||||||
## Run a Registry as a pull-through cache
|
## 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
|
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`
|
At least, you need to specify `proxy.remoteurl` within `/etc/docker/registry/config.yml`
|
||||||
as described in the following subsection.
|
as described in the following subsection.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue