Getting the following error when trying to start docker on WSL Windows 11
"System has not been booted with systemd as init system"
Getting the following error when trying to start docker on WSL Windows 11
"System has not been booted with systemd as init system"
Follow all these steps from the original Docker docs: https://docs.docker.com/engine/install/ubuntu/#installation-methods
However, because in WSL we may run into something like this when trying to start Docker:
"System has not been booted with systemd as init system"
Here's the reason why: https://www.partitionwizard.com/partitionmanager/system-not-booted-with-systemd-as-init.html
Use the following command
sudo service docker start