Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Docker Desktop uninstall hang

I'm trying to uninstall Docker Desktop (it doesn't launch) so that i can reinstall it again, I have tried updating it , It keeps telling me that i have the latest Docker Desktop

Gui of docker desktop state

like image 711
Musa Baloyi Avatar asked Mar 12 '20 07:03

Musa Baloyi


Video Answer


2 Answers

Delete the contents of C:\Program Files\Docker and download a fresh Docker installer

like image 59
Thapelo Masethe Avatar answered Sep 19 '22 09:09

Thapelo Masethe


  • Win + R
  • services.msc
  • Stop Docker Desktop Service
  • Uninstall Docker

See: https://github.com/docker/for-win/issues/7489#issuecomment-757835075

like image 42
Dennis Avatar answered Sep 18 '22 09:09

Dennis