SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply run sudo service docker start which will start running your docker server. You can check if you have the docker server by running service --status-all, you should see docker listed.
sudo service docker start
service --status-all