Skip to content

Instantly share code, notes, and snippets.

@hoangmy92
Created November 22, 2016 00:54
Show Gist options
  • Save hoangmy92/bf1d35a0708829e5a7d378580c21ae13 to your computer and use it in GitHub Desktop.
Save hoangmy92/bf1d35a0708829e5a7d378580c21ae13 to your computer and use it in GitHub Desktop.
I get the same error message when I run docker.
It is solved by adding myself to the user group 'docker'
Try to run the following command to add yourself to the group
usermod -aG docker ${USER}
Or you can run the following command to find out what groups you belong to
groups $USER
https://github.com/docker/compose/issues/1214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment