linux start docker daemon code example
Example 1: how to restart docker linux
$ sudo systemctl start docker
Example 2: Start the Docker daemon
sudo systemctl start docker
sudo service docker start
Example 3: start service docker on linux
sudo systemctl start docker service
sudo systemctl stop docker service