start docker service in wsl2 code example
Example 1: start service docker on linux
sudo systemctl start docker service
sudo systemctl stop docker service
Example 2: how to start docker in ubuntu
systemctl start docker
# to start docker from terminal