Home > other >  How to fix Docker error System.InvalidOperationException on start on Windows 10?
How to fix Docker error System.InvalidOperationException on start on Windows 10?

Time:10-15

I installed Docker desktop for windows 10 home (version 10.0.19042) but I was never able to make it work because I keep getting this error: enter image description here

Microsoft.NET framework is the latest version. When installing Docker I also let the box check to install all necessary WSL components.

I scouted the internet around for hours but I found no solution to this problem.

Any help would be greatly appreciated

CodePudding user response:

look here https://github.com/docker/for-win/issues/9586

it looks like some others had this problem

CodePudding user response:

I am guessing this error happens because WSL2 in not installed properly on your machine try downloading it from the following URL and restart your machine it will work properly after that.

  • Related