-
Notifications
You must be signed in to change notification settings - Fork 292
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
Docker unable to start on Windows 10 #2210
Comments
I was also struggling to start docker after installation... |
@bogere Thanks for your input. My Windows is already fully updated: I did nothing wrong, and docker won't work. Please help me. |
@Getitdan do you run any AV software by any chance? Have you tried a factory reset? |
@rn I have just disabled my Nod32 Antivirus, and reinstalled docker. But sadly, the same problem occurs. I upgraded my Windows 7 to Windows 10. Do you have any other suggestion, or should I format my whole pc? (if this what you mean by factory reset). Thanks a lot for your response! It's really important for me. Update: usually docker is not running. But sometimes, after a "Restart" option inside docker, it is suddenly shown as running. Then, I try to run simple commands and get errors. For example, running:
And:
|
Update:
Running:
Now, I disabled hyper-v, reinstalled docker, made a reset, and run: Now I get:
But docker is red. Bottom line: nothing works. I've tried everything. Hope someone can help. |
@rn Thanks, I formatted my whole Windows, and now it works. |
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
Docker should run on windows 10.
Actual behavior
Docker does not start.
Information
After a fresh installation of Docker for Windows, I am getting the error:
The text in the error above:
Also, the log.txt file includes the following errors:
What have I tried
This happens all over again (even after a full uninstalling & installing).
The docker icon in tray is red. I tried the following command (as suggested by: #587):
netsh interface ipv4 set address name="vEthernet (DockerNAT)" static 10.0.75.1 255.255.255.0
This made docker tray icon to go white ("Docker is running" status), instead of red, pretending to work. But... now, running "docker ps" results in the following error:
I tried running: "netcfg -d", as suggested by #748. But this didn't solve the issue.
I have also tried to disable hyper-v, and let docker to start it. Still didn't work.
This is really frustrating, as I cannot use Docker at all.
I made an upgrade to my Windows, from 7 to 10, only to get Docker running.
But all I'm getting are problems. Why isn't the normal installation simply work?
Thanks!
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: