Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker for windows hangs while trying to see settings [closed]

I have installed Docker desktop for Windows (docker 19.0.3 on windows 10). While I go to settings it hangs with status updating and never comes back.

enter image description here

I have tried uninstalling and installing but doesnt help. Hyper-V and Container features are switched on in windows 10. Kindly help me in knowing what exactly might be wrong with this ?

like image 667
Rajeev Akotkar Avatar asked Jan 25 '20 18:01

Rajeev Akotkar


People also ask

Why is Docker not working Windows 10?

Operating System If you do not run a 64-bit version of Windows Windows 10 Pro, Enterprise, or Education; 1511 November update, Build 10586 or later, you cannot run Docker for Windows. You can install Docker Toolbox if you have a 64-bit version of Windows 7 or later. Alternately, you do have the option to upgrade.


2 Answers

The only way I could fix this was by opening a powershell and switching daemons:

& 'C:\Program Files\Docker\Docker\DockerCLI.exe' -SwitchDaemon
like image 65
Mike Cheel Avatar answered Sep 28 '22 10:09

Mike Cheel


For anyone else having this same problem on Windows 10, through troubleshooting I discovered the WampServer had some kind of conflict with Docker (possibly to do with ports). I know not everyone who experiences this hanging phenomenon is using WampServer. But for those who are, I hope that me posting what I learned after hours of research and head-scratching will save you some time and frustration.

(Moderator, if the following comment is somehow illegal, feel free to delete it)

I'd love to know how many were helped by this.

like image 22
Eric Hepperle - CodeSlayer2010 Avatar answered Sep 28 '22 09:09

Eric Hepperle - CodeSlayer2010