Private: QuestionsHow to fix Docker error: Got permission denied while trying to connect to the Docker daemon socket [solved]
asad Staff asked 7 months ago
1 Answers
asad Staff answered 7 months ago

You can execute following command in terminal

sudo usermod -a -G docker [user]

replace [user] with your username, close terminal open a new one. Issue will be resolved.