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
In my case I had multiple docker instances running so it didn't know what to attach to. After killing them and restarting, my problem was solved.