Skip to content

Instantly share code, notes, and snippets.

@TranQuangTienSA
Last active May 8, 2020 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TranQuangTienSA/40f84220c6ffc6d59a9bd2be85dd29f0 to your computer and use it in GitHub Desktop.
Save TranQuangTienSA/40f84220c6ffc6d59a9bd2be85dd29f0 to your computer and use it in GitHub Desktop.
Add linux user to a exist group #linux #ubuntu #user #group #docker
sudo usermod -aG root $USER
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment