From 71df95524d6d3f700e84cf0b06c2bd6f2d73002d Mon Sep 17 00:00:00 2001 From: Joxit Date: Thu, 20 Oct 2022 23:09:31 +0200 Subject: [PATCH] docs(FAQ): add section for docker hub mirror (#155) fixes #155 --- CONTRIBUTORS.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 58ab15d..aa2d5ac 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -39,4 +39,5 @@ - Jason Tackaberry [@jtackaberry](https://github.com/jtackaberry) - Maxime LoliƩe [@loliee](https://github.com/loliee) - Enrico [@Enrico204](https://github.com/Enrico204) -- [@clyvari](https://github.com/clyvari) \ No newline at end of file +- [@clyvari](https://github.com/clyvari) +- Laszlo Boros [@Semmu](https://github.com/Semmu) \ No newline at end of file diff --git a/README.md b/README.md index a4ac176..b402655 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ If you like my work and want to support it, don't hesitate to [sponsor me](https - This a docker registry API limitation, there is only one way to [delete images with tag](https://docs.docker.com/registry/spec/api/#deleting-an-image), it's by its `name` and its `manifest` (it's a sha of the content). So when you delete a tag, this will delete all tags of this image with the same SHA/manifest. - Can I run the container with an unprivileged user ? - Yes you can run the container with the `nginx` user, (see [#224](https://github.com/Joxit/docker-registry-ui/issues/224)). - +- Can I use the UI with a docker hub mirror and show `library/*` images ? + - Yes but it is at your own risk using two regstry servers, check the comment [#155](https://github.com/Joxit/docker-registry-ui/issues/155#issuecomment-1286052124). Need more informations ? Try my [examples](https://github.com/Joxit/docker-registry-ui/tree/main/examples) or open an issue.