Skip to content

Instantly share code, notes, and snippets.

@flinox
Last active May 18, 2019 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flinox/fef892b30c9288bf647669dafb65ba3e to your computer and use it in GitHub Desktop.
Save flinox/fef892b30c9288bf647669dafb65ba3e to your computer and use it in GitHub Desktop.
Run docker without sudo on Linux
# Run Docker without sudo
sudo gpasswd -a $USER docker
sudo setfacl -m user:$USER:rw /var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment