EN
Command to restart docker service on linux
7
points
In order to restart docker service we need to execute below command:
service docker restart
Example from my linux cmd:
[root@localhost]# service docker restart
Redirecting to /bin/systemctl restart docker.service
And our docker is up and running.