Docker private registry on linux (centos 9) in GUI mode

Hi
I am successfully configure in docker private registry using centos7 and also success for image push & pull. Integrated with user name & password are done. I have a two question about docker private registry
a) Is it possible for docker private registry in GUI mode? if yes, share Knowledge
b) I want to create docker private registry input SSL certificate But how?

To use TLS, you can simple place a reverse proxy in front of it, which creates TLS certs and handles the TLS connection.

See nginx-proxy or simple Traefik example.

What does ā€œin GUI modeā€ mean? You want a web based GUI to manage images like a private Docker Hub?

You can try:

Note: it is not for Kubernetes only!

1 Like

I want to access web based GUI mode