79734922

Date: 2025-08-14 03:44:57
Score: 1
Natty:
Report link

This may help others:

I had very similar outputs (almost the same ones) after runing all three commands below:

service docker start

systemctl status docker.service

journalctl -xe

Nothing along stackoverflow worked. I reviewd the step-by-step installation on my WSL2 Ubuntu (standard) (env: Windows 11 Pro) and I realized I'd made:

sudo nano /etc/wsl.conf

and inserted this in "wsl.conf" file:

[boot]
command = service docker start

After deleted that from "wsl.conf" everything worked well.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fellipe Tavares