UmbrelOs on Windows 11 Wsl and Debian

Hej
I have run the curl -L https://umbrel.sh | bash on the above platform.

It gave : "error message “docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. [Is the docker daemon running?”

I have followed “Help setting up Ubuntu to run Umbrel” from spring this year.

Is there a way to check that all files are available/installed. The speed and great numbers of lines on terminal makes it difficult to see if something is wrong.

During installation Docker for Windows was started. Was that ok.

Would it be wise to change from Debian to Ubuntu under WSL.

I also run “sudo systemctl status docker”
“System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down”

Please let me hear your comments.

Regards

sudo ~/umbrel/scripts/debug > debug_output.txt
tail: cannot open ‘/home/anderskdebian/umbrel/scripts/…/logs/memory-monitor.log’ for reading: No such file or directory
tail: cannot open ‘logs/karen.log’ for reading: No such file or directory
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
ERROR: The Compose file ‘./docker-compose.yml’ is invalid because:
networks.default.ipam.config.subnet is invalid: should use the CIDR format
services.tor_proxy.ports contains an invalid type, it should be a number, or an object
services.auth.ports contains an invalid type, it should be a number, or an object
services.nginx.ports contains an invalid type, it should be a number, or an object
ERROR: The Compose file ‘./docker-compose.yml’ is invalid because:
networks.default.ipam.config.subnet is invalid: should use the CIDR format
services.tor_proxy.ports contains an invalid type, it should be a number, or an object
services.auth.ports contains an invalid type, it should be a number, or an object
services.nginx.ports contains an invalid type, it should be a number, or an object

I would recommend trying this first

sudo ~/umbrel/scripts/stop && sudo ~/umbrel/scripts/start

or

sudo ~/umbrel/scripts/start

Let me know if that helps