I am trying to run my Docker commands, but I am facing the notification error in the title. I tried running:
ps auxww | grep docker
but sti
How about launching the daemon
sudo service docker start
should do the trick.
Or
sudo docker -d