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.