Unusable application
-
@lanhild I just tried to reproduce this and it seems to work fine. Have you added the local registry app as a Private docker registry i.e under System -> Docker -> Registries? The local registry app is not automatically available for app install (same cloudron or different cloudron).
-
@lanhild I just tried to reproduce this and it seems to work fine. Have you added the local registry app as a Private docker registry i.e under System -> Docker -> Registries? The local registry app is not automatically available for app install (same cloudron or different cloudron).
-
In the registry configuration in Cloudron settings, the error Invalid serverAddress: socket hang up appears whenever I attempt to save the private registry settings.
OK, I missed this one. Can you try
docker loginon the server itself and see if that works ? -
In the registry configuration in Cloudron settings, the error Invalid serverAddress: socket hang up appears whenever I attempt to save the private registry settings.
OK, I missed this one. Can you try
docker loginon the server itself and see if that works ? -
In the registry configuration in Cloudron settings, the error Invalid serverAddress: socket hang up appears whenever I attempt to save the private registry settings.
OK, I missed this one. Can you try
docker loginon the server itself and see if that works ? -
@lanhild We have to debug this step by step.
- Does
host registry.cloudron.localresolve to public IP? - Check if nginx can reach the container..
docker ps | grep com.docker.registryto get container ID.docker inspect bea487bec441 | grep IPAddressto get local IP.curl http://172.18.20.34:5000/asdf -vshould get some response for the registry. It will haveDocker-Distribution-Api-Versionheader. - Then
curl https://registry.cloudron.local? This should give some UI page or login page of the registry
Depending on where it fails, we have to proceed. FWIW, docker login to same cloudron registry works fine on my servers.
- Does
-
@lanhild We have to debug this step by step.
- Does
host registry.cloudron.localresolve to public IP? - Check if nginx can reach the container..
docker ps | grep com.docker.registryto get container ID.docker inspect bea487bec441 | grep IPAddressto get local IP.curl http://172.18.20.34:5000/asdf -vshould get some response for the registry. It will haveDocker-Distribution-Api-Versionheader. - Then
curl https://registry.cloudron.local? This should give some UI page or login page of the registry
Depending on where it fails, we have to proceed. FWIW, docker login to same cloudron registry works fine on my servers.
@joseph My answers, step-by-step as you formatted it in your message:
- Yes.
- Reachable,
Docker-Distribution-Api-Version: registry/2.0
<html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>nginx</center> </body> </html>docker loginfrom the Cloudron server results in the followingError response from daemon: Get "https:/registry.cloudron.local/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)docker loginfrom any other remote works perfectly fine. - Does
-
@joseph My answers, step-by-step as you formatted it in your message:
- Yes.
- Reachable,
Docker-Distribution-Api-Version: registry/2.0
<html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>nginx</center> </body> </html>docker loginfrom the Cloudron server results in the followingError response from daemon: Get "https:/registry.cloudron.local/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)docker loginfrom any other remote works perfectly fine.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login