LINUX: FIX INSTALL DOCKER AND GIVE PERMISSION

Hello everybody, if you wonder ‘What is docker?’ firstly you can read this article.

We wanna install docker on our linux systems but we don’t know how?

I’m looked for install docker and i followed this link but my linux gave error.

I found this curl command when i have been search solution;

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

But still i had a problem. I still didn’t have permission to some transactions and we must give permission docker.sock folder.

sudo chmod 666 /var/run/docker.sock

Finally, we have a docker, but last step; I think you can find yourself 🙂

Edit: If you can not run docker cli after restarting linux;

sudo chown $USER /var/run/docker.sock

Yorum bırakın

E-posta hesabınız yayımlanmayacak.

Translate »