Host the docker registry ui behind traefik with Docker Swarm mode.
Open a terminal console and type
bash run-swarm.sh
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
.
Thank you @onizet for this example.