Created
November 22, 2016 00:54
-
-
Save hoangmy92/bf1d35a0708829e5a7d378580c21ae13 to your computer and use it in GitHub Desktop.
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
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