SUSE / Portus

Authorization service and frontend for Docker registry (v2)
http://port.us.org/
Apache License 2.0
3k stars 471 forks source link

Can't reach the docker registry from portus UI #2328

Closed medmoufahim closed 3 years ago

medmoufahim commented 3 years ago

I am trying to deploy portus and a docker registry in my local machine and using the insecure example from the Portus github repo:

https://github.com/SUSE/Portus/tree/master/examples/compose#insecure-example

All changes that I made are changing the MACHINE_FQDN to 'localhost' and creating self-signed certificates as described in same link above (I only filled FQDN and lefted all other fields blank).

All 4 services are up and running,

The problem is that the registry is unreachable from portus UI :

image

medmoufahim commented 3 years ago

Solved myself the issue using the service name instead of host name.