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
wsl -l -v
from PowerShell)? – Miterwort