Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket
- sudo groupadd docker
- sudo usermod -aG docker ${USER}
- su -s ${USER}
Advertisement
Add Comment
Please, Sign In to add comment