Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker "Something Went Wrong" when starting

Tags:

docker

After installing Docker Desktop on Windows 11, it works fine for a couple of sessions but after a couple of days it shows this error when starting:

Something went wrong

Creating "rootNode" subnodes: constructing "BackendServices" in "rootNode": doing migrations: migrating settings.json: type mismatch for key wslEngineEnabled - missing a migration step : string != bool

I have WSL enabled in the Resources/WSL integration settings

like image 420
gabohc Avatar asked Feb 25 '26 01:02

gabohc


1 Answers

Delete seettings file /AppData/Roaming/Docker/settings.json and start docker with admin privileges

Docker "Something Went Wrong" when starting

like image 54
BFH Avatar answered Feb 26 '26 17:02

BFH