docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:
docker: Got permission denied while trying to connect to
the Docker daemon socket at unix:///var/run/docker.sock:
hatası alıyorsanız aşağıdaki kodu çalıştırın.
sudo usermod -a -G docker $USER
sudo reboot
Yorumlar
Yorum Gönder