-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Timeout when trying to login to internal registry #26
Comments
Hm, is your host using a proxy? |
The host uses a proxy and I configured Docker to use it. |
After some more tests, I got the following results:
|
Based on #36, looks like you must mark your registry as insecure but it does look like you have other problems as well. |
Hi @oscarpicasso-intact, could you please test Beta25? It contains fixes to the networking and dns resolution so maybe it can help. |
Hi @oscarpicasso-intact, I'll be closing this issue in a couple of days under the assumption that more recent betas have fixed the issue for you. Thanks a lot for your contribution and please feel free to reopen the ticket with more information to help us reproduce and fix! |
closing as per @dgageot comment 12 days ago |
Hello,
It fails also from the Windows-Subsystem 4 Linux, i.e. after installing a separate Docker-Client (docker-17.03, Ubuntu 16.04) in this intergrated Bash-System. |
having the same issue. I'm running version 18.05.0-ce-rc1-win63 edge . |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
When trying to login to an internal docker registry with:
docker login -u docker-user -p ***** docker-rep.dep.ca.inet:18443
Expected successful login acknowledged with the message
"Login Succeeded"
The exact same command run successfully from a Linux host.
Actual behavior
Error response from daemon: Get https://docker-rep.dep.ca.inet:18443/v1/users/: dial tcp: lookup docker-rep.dep.ca.inet on 192.168.65.3:53: read udp 192.168.65.2:45051->192.168.65.3:53: i/o timeout
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: