Skip to content

Instantly share code, notes, and snippets.

@m-tmatma
Last active December 28, 2020 00:12
Show Gist options
  • Save m-tmatma/e8b126e997a4c8ee08583044e27936ad to your computer and use it in GitHub Desktop.
Save m-tmatma/e8b126e997a4c8ee08583044e27936ad to your computer and use it in GitHub Desktop.
add docker group.sh
#!/bin/sh -e
sudo usermod -aG docker $USER
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment