mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 23:19:54 +03:00
.. | ||
acme.json | ||
docker-compose-swarm.yml | ||
README.md | ||
run-swarm.sh |
Traefik example
Host the docker registry ui behind traefik with Docker Swarm mode.
How to run
Open a terminal console and type
bash run-swarm.sh
Authentication
The registry is protected via Basic authentication but feel free to use wathever you like. In this sample, credentials are: admin / admin.
To generate a new password for basic auth, run the command: htpasswd -nb username password
.
Contributors
Thank you @onizet for this example.