how start docker terminal code example
Example 1: start docker service on windows
net start com.docker.service
net stop com.docker.service
Example 2: how to start docker
systemctl start docker.service
#(OR)
systemctl start docker
# it will start docker