Skip to content

Instantly share code, notes, and snippets.

@theArjun
Created September 17, 2020 15:00
Show Gist options
  • Select an option

  • Save theArjun/fa03669bbc56b4891797a31c6c7218e6 to your computer and use it in GitHub Desktop.

Select an option

Save theArjun/fa03669bbc56b4891797a31c6c7218e6 to your computer and use it in GitHub Desktop.
Add docker to sudo group
sudo groupadd docker
sudo gpasswd -a $USER docker
newgrp docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment