Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find image 'sergree/matchering-web:latest' locally #56

Open
allg97 opened this issue Jul 26, 2024 · 2 comments
Open

Unable to find image 'sergree/matchering-web:latest' locally #56

allg97 opened this issue Jul 26, 2024 · 2 comments

Comments

@allg97
Copy link

allg97 commented Jul 26, 2024

I run cmd as admin and The previous steps have been performed without error... But after below step:

docker run -dp 8360:8360 -v mgw-data:/app/data --name mgw-app --restart always sergree/matchering-web

I have below error :

Unable to find image 'sergree/matchering-web:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.

I am not familiar with docker at all... please help me...
THANK YOU

@allg97
Copy link
Author

allg97 commented Jul 30, 2024

Nobody want to help me? Programmer or somebody else... where are you!!!

@unclearParadigm
Copy link

When you run this command, docker tries to "download" matchering. Docker is telling you that it could not download matchering because it ran into a timeout. This can have many reasons. Maybe you were not connected to the internet at the time you tried to run the command. Maybe you are behind a proxy/firewall (e.g. in a corporate environment) that prevents access to the docker contrainer registry (think about it as a download server). Maybe the docker registry had a temporary downtime when you tried. Maybe you were using a VPN at the time (and the docker registry is blocking your VPN providers egress IP).

My suggestion to you is:
make sure you have internet connectivity, disable VPN, use a mobile network for internet that does not sit behind a proxy/firewall and then retry again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants