Skip to content

Commit

Permalink
Update the gotcha in the proxy guide (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Dec 15, 2023
2 parents b8fb08e + 4f84c08 commit 79ef555
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/content/recipes/mirror.md
Expand Up @@ -22,8 +22,7 @@ relying entirely on your local registry is the simplest scenario.

### Gotcha

It's currently not possible to mirror another private registry. Only the central
Hub can be mirrored.
It's currently possible to mirror only one upstream registry at a time.

The URL of a pull-through registry mirror must be the root of a domain.
No path components other than an optional trailing slash (`/`) are allowed.
Expand Down Expand Up @@ -126,6 +125,11 @@ and add the `registry-mirrors` key and value, to make the change persistent.
>
> The mirror URL must be the root of the domain.
> **Note**
>
> Currently Docker daemon supports only mirrors of Docker Hub.
> It is not possible to run the Docker daemon against a pull through cache with another upstream registry.
Save the file and reload Docker for the change to take effect.

> Some log messages that appear to be errors are actually informational messages.
Expand Down

0 comments on commit 79ef555

Please sign in to comment.