Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker: WSL 2 integration with distro Ubuntu 20.04 unexpectedly stopped with exit code 1

My docker environment was working fine. I restarted my system and it stopped unexpectedly. whenever I try to start docker it throws the following error

WSL 2 integration with distro Ubuntu 20.04 unexpectedly stopped with exit code 1.

I am using the following versions

  • Windows 10
  • Docker Desktop 4.6.1
  • WSL 2
  • List item
  • .wslconfig (memory=8GB, processors=4)

I have tried following patterns to make it run

  • restarted docker and windows many times
  • done with wsl upgrade > sudo apt update && sudo apt upgrade -y
like image 259
Muhammad Muzamil Avatar asked Sep 02 '25 05:09

Muhammad Muzamil


1 Answers

Try these commands if you're willing to risk losing the data:

wsl --unregister docker-desktop
wsl --unregister docker-desktop-data

like image 132
wardvisual Avatar answered Sep 04 '25 21:09

wardvisual