mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-02-13 20:59:51 +00:00
Docker registry with read only access
This example will override the original nginx conf with read only access to the registry. You will need to rewrite all the project configuration (replaces proxy_pass with your own value, in this example http://registry:5000 is fine).
There are two htpasswd files:
write.htpasswdfor write accessread.htpasswdfor read access
All users in write.htpasswd should also be in read.htpasswd so that they can read and write.
Read only user: login: read password: registry.
Read and write user: login: write password: registry.