Answer
When using WSL2 you can use:
sudo service docker start
This command basically execute the script /etc/init.d/docker.
Some customization, like specifying HTTP proxy, is possible via the script /etc/default/docker.
When using WSL2 you can use:
sudo service docker start
This command basically execute the script /etc/init.d/docker.
Some customization, like specifying HTTP proxy, is possible via the script /etc/default/docker.