start service docker windows code example
Example 1: how to start docker
systemctl start docker.service
#(OR)
systemctl start docker
# it will start docker
Example 2: net start docker service
before run this command, run administrator is required
>net start com.docker.service - start service docker
>net stop com.docker.service - stop service docker
Example 3: docker start container
$ docker start my_container