Cannot connect to docker daemon in intellij in ubuntu with snap

Viewed 382

In Intellij Ultimate docker is not detected automatically.

I choose "create new", but i get the message, that i cannot connect to docker daemon at unix /var/run/docker.sock

i started docker with: sudo snap docker start

The file docker.sock exists.

i added permission like it is said in other posts: sudo usermod -aG docker $USER and logged out and in again.

It does not help. What can i do?

1 Answers
Related