Replies: 2 comments 6 replies
-
Based on the error message, it looks like Docker is resolving |
Beta Was this translation helpful? Give feedback.
-
I've run into this issue as well within the last few days. Didn't manage to solve it, but discovered I get the same results if I skip the chart and just run the registry in the local Docker daemon. I think the issue is with the registry image and/or Docker client configuration and not the chart. |
Beta Was this translation helpful? Give feedback.
-
Hi, whenever I try to push to the registry from my local machine I receive the following error:
The push refers to repository [localhost:5000/nginx]
Get "http://localhost:5000/v2/": dial tcp [::1]:5000: connect: connection refused
However, curl seems to work fine:
$ curl http://localhost:5000/v2/_catalog
{"repositories":[]}
Here's a describe.
Does anyone know why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions