- check version WSL
wsl --version
- Update WSL to
v0.67.6
wsl.exe --update --web-download
or microsoft/WSL - Edit file
sudo nano /etc/wsl.conf
and usingCTRL+O
to save andCTRL+X
to exit.
[boot]
systemd=true
- Install Docker https://docs.docker.com/engine/install/ubuntu/
wsl.exe --shutdown
after reboot and checksystemctl list-unit-files --type=service