start docker service on boot linux code example
Example 1: how to restart docker linux
$ sudo systemctl start docker
Example 2: start docker service on windows
net start com.docker.service
net stop com.docker.service
$ sudo systemctl start docker
net start com.docker.service
net stop com.docker.service