Skip to content

Instantly share code, notes, and snippets.

@diguinhorocks
Created May 3, 2021 18:28
Show Gist options
  • Save diguinhorocks/e3405d1922555626068b95dfe197ad88 to your computer and use it in GitHub Desktop.
Save diguinhorocks/e3405d1922555626068b95dfe197ad88 to your computer and use it in GitHub Desktop.
Fix Docker service permission on sock file (Ubuntu 18.04)
sudo setfacl --modify user:(your user here):rw /var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment