Created
September 23, 2020 16:29
-
-
Save kumaraswins/1e4602bad9dd820d52771b4c9be85d0b to your computer and use it in GitHub Desktop.
Docket installation
This file contains hidden or 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
| If you get this error | |
| docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/create: dial unix /var/run/docker.sock: connect: permission denied. | |
| See 'docker run --help'. | |
| execute the following command | |
| sudo chmod 666 /var/run/docker.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment