You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I set up the docker registry manager with HTTP worked fine,
But when I enable the https, for some reason it just exits with error code 0 after a second.
[root@registry docker-registry-manager]# docker-compose up
Starting docker-registry-manager ... done
Attaching to docker-registry-manager
docker-registry-manager | time="2019-12-03T17:20:24Z" level=info msg="Using registries located in /app with file name registries" file=allregistries.go line=161 source=app
docker-registry-manager | time="2019-12-03T17:20:24Z" level=info msg="Added new registry: registry" file=allregistries.go line=110 source=app
docker-registry-manager | time="2019-12-03T17:20:24Z" level=info msg="Admin server Running on :8088" file=log.go line=610 source=beego
docker-registry-manager | time="2019-12-03T17:20:24Z" level=info msg="https server Running on https://:8080" file=log.go line=610 source=beego
docker-registry-manager exited with code 0
I can only assume @amit7itz did the same as me, and just uncommented those lines. I would say to close this case, someone should fix the typo in that file to avoid others running into the same issue.
Hi!
I set up the docker registry manager with HTTP worked fine,
But when I enable the https, for some reason it just exits with error code 0 after a second.
This is the docker-compose
Help please? :)
The text was updated successfully, but these errors were encountered: