My version of OS Ubuntu 16.04. I want to stop docker, so I run in the terminal:
Ubuntu 16.04
sudo systemctl stop docker
But this commands doesn
if you have no systemctl and started the docker daemon by:
sudo service docker start
you can stop it by:
sudo service docker stop