Docker not working without sudo in Ubuntu 22.04

Viewed 41

Error: Cannot connect to the Docker daemon at unix:///home//.docker/desktop/docker.sock. Is the docker daemon running?

Docker service active

only work in super user

I tried multiple solutions

  1. Add the user to the docker group from the digital-ocean guide
  2. change ownership in docker.sock file

I try even other StackOverflow solutions but nothing worked for me,

0 Answers
Related