docker-registry-ui/examples/traefik
cui fliter 42bcec50df
docs: fix some typo (#324)
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-07-14 07:51:54 +02:00
..
README.md docs: fix some typo (#324) 2023-07-14 07:51:54 +02:00
acme.json Move documentation about traefik as a full runnable example 2018-12-03 20:12:33 +01:00
docker-compose-swarm.yml build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00
run-swarm.sh Move documentation about traefik as a full runnable example 2018-12-03 20:12:33 +01:00

README.md

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 whatever 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.