Skip to content

Instantly share code, notes, and snippets.

@Turmaxx
Last active November 16, 2022 23:36
Show Gist options
  • Save Turmaxx/fcaf6dce827751207decb4a8905a7d11 to your computer and use it in GitHub Desktop.
Save Turmaxx/fcaf6dce827751207decb4a8905a7d11 to your computer and use it in GitHub Desktop.
This script is a fix for 'Got permission denined while trying to connect to Docker deamon'
#!/bin/bash
sudo groupadd docker
sudo usermod -aG docker $USER
# System will need a reboot
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment