Skip to content

Instantly share code, notes, and snippets.

@fabioam
Created February 3, 2018 21:55
Show Gist options
  • Save fabioam/bdbc6b0a37b29ff5552857d8e37890dc to your computer and use it in GitHub Desktop.
Save fabioam/bdbc6b0a37b29ff5552857d8e37890dc to your computer and use it in GitHub Desktop.
Docker as a normal user
$ sudo usermod -aG docker $USER
$ 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