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

Network timed out while trying to connect to https://index.docker.io #22

Closed
ktor opened this issue Aug 4, 2016 · 3 comments
Closed

Comments

@ktor
Copy link

ktor commented Aug 4, 2016

Expected behavior

Pulling hello-world when I am not behind proxy.

Actual behavior

> docker run hello-world
Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
docker: Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy..
See 'docker run --help'.`

Information

  • Diagnostic ID from "Diagnose & Feedback" in the menu.
    6412C29D-46BA-4A66-BF45-1681D9ED06C0/2016-08-04_10-35-01

  • host distribution and version (Windows version, build number, etc)

    > ver
    Microsoft Windows [Version 10.0.10586]`
    

Steps to reproduce the behavior

  1. Uninstall Docker for Windows 10
  2. Install Docker for Windows 10
  3. run docker run hello-world
@ktor ktor changed the title docker: Network timed out while trying to connect to https://index.docker.io/v1/repositories/library/hello-world/images. You may want to check your internet connection or if you are behind a proxy.. Network timed out while trying to connect to https://index.docker.io Aug 4, 2016
@dgageot
Copy link
Member

dgageot commented Aug 4, 2016

Hi @ktor, thank you for the report. That really helps improve the product!

I see from the diagnostic information that you have multiple "vEthernet (DockerNAT)" network adapters.

Could you run this command from an elevated powershell", then restart Docker and see if it fixes the issue?

$vmNetAdapter = Get-VMNetworkAdapter -ManagementOS -SwitchName DockerNAT
Get-NetAdapter "vEthernet (DockerNAT)" | ? { $_.DeviceID -ne $vmNetAdapter.DeviceID } | Disable-NetAdapter -Confirm:$False -PassThru | Rename-NetAdapter -NewName "OLD"

@ktor
Copy link
Author

ktor commented Aug 4, 2016

Hi @dgageot , thank you! It worked!

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

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.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants