When I want to check if a service is running, in my case if docker service is running, I typed:
sudo status docker
And as output I've got:
status: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
What am I doing wrong?