Last active
May 18, 2019 00:07
-
-
Save flinox/fef892b30c9288bf647669dafb65ba3e to your computer and use it in GitHub Desktop.
Run docker without sudo on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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