INSaFLU / docker

Easy installation for INSaFLU made by docker
7 stars 6 forks source link

missing docker.sock file #32

Open carrgomoo opened 4 months ago

carrgomoo commented 4 months ago

Hello, I am trying to install docker on a Linux server (running 22.04.3 LTS (Jammy Jellyfish)). I have followed the installation instructions, but run into an issue when running the sudo chmod 666 /var/run/docker.sock line, because the .sock file doesn't exist in this directory. When I run docker --version , my terminal says I have "Docker version 26.1.1, build 4cf5afa". Do you have any advice for getting/finding the docker.sock file? Thank you.

dsobral commented 4 months ago

Hello, thank you for the feedback.

That command sudo chmod 666 /var/run/docker.sock should not be necessary.

I've removed it from the install instructions.

You should be able to proceed.