bluenobly
(Bluenobly)
2
Good decision to use Docker, but Docker Desktop is for developers. Better to run a virtual machine on Windows and install Docker in it. See:
Maybe there are events or errors in the Windows Event Viewer
You can check if wsl works well with the command below in powershell
wsl -l -v
2 Likes