docker service restart linux code example
Example 1: how to restart docker linux
$ sudo systemctl start docker
Example 2: docker restart
sudo systemctl restart docker
$ sudo systemctl start docker
sudo systemctl restart docker