docker / for-win

Bug reports for Docker Desktop for Windows
https://www.docker.com/products/docker#/windows
1.86k stars 291 forks source link

All of a sudden cannot start Docker CE 2.2.05 on Windows 10 Enteprise 1909 build 1909 #6569

Open mbleistein opened 4 years ago

mbleistein commented 4 years ago

Expected behavior

Docker starting successfully upon windows restart

Actual behavior

Docker crashes see log log.txt

Information

Steps to reproduce the behavior

  1. .Either restart windows or try to run Docker Desktop (with or without Administrator
  2. ...
mbleistein commented 4 years ago

/lifecycle frozen

rickdas commented 4 years ago

Same thing is happening to me and a colleague. Docker Desktop version 2.3.0.2 and when we updated Windows 10 Enterprise to version 1909, Docker Desktop crashes with Docker.Core.HttpBadResponseException: Unhandled exception: Sequence contains no elements Docker Error Log.txt

mbleistein commented 4 years ago

I still have the problem and there has been no response. My windows is completely updated and I even just tried the latest Docker Desktop version...same thing. It crashes. In fact the new version doesn't give you the option to switch to windows containers on the install. It automatically sets up for Linux containers. When you try to switch to Windows Containers...it spins for a while and then crashes..extremely frustrating

rickdas commented 4 years ago

I got mine fixed using the following: 1, Open "Window Security" 2, Open "App & Browser control" 3, Click "Exploit protection settings" at the bottom 4, Switch to "Program settings" tab 5, Locate "C:\WINDOWS\System32\vmcompute.exe" in the list and expand it 6, Click "Edit" 7, Scroll down to "Code flow guard (CFG)" and uncheck "Override system settings" 8, Start vmcompute from powershell "net start vmcompute"setting

Here is the link to the thread for fixing the Docker Desktop issue. https://social.technet.microsoft.com/Forums/systemcenter/en-US/0f6725ee-928e-4412-9744-9f1fbded0539/upgraded-from-windows-10-1803-to-1809-and-hyperv-broke?forum=win10itprovirt

mrhelmus commented 4 years ago

This worked for me thank you!