Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (2.3k points)
edited by
how can I restart docker?

1 Answer

0 votes
by (6.9k points)

You can try either of these commands, they should do the trick:

$ sudo systemctl restart docker

$ sudo service docker restart

Hope that helped :)


New to docker ? looking for help in docker try out docker training course. 

Browse Categories

...