Skip to content

Instantly share code, notes, and snippets.

@kumaraswins
Created September 23, 2020 16:29
Show Gist options
  • Save kumaraswins/1e4602bad9dd820d52771b4c9be85d0b to your computer and use it in GitHub Desktop.
Save kumaraswins/1e4602bad9dd820d52771b4c9be85d0b to your computer and use it in GitHub Desktop.
Docket installation
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