Is the docker daemon running? Spring-boot java project on Ubuntu

Viewed 24

I have Ubuntu 22.04,

I have Java Spring-boot project, I run Idea, then run docker-compose.yml and get this message:

Cannot connect to the docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (Details:[13] Permission denied)

What should I check?

1 Answers
Related