Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Created March 7, 2020 02:29
Show Gist options
  • Select an option

  • Save iamdylanngo/9c043651b092774b835e5f427ac86592 to your computer and use it in GitHub Desktop.

Select an option

Save iamdylanngo/9c043651b092774b835e5f427ac86592 to your computer and use it in GitHub Desktop.
change-own-docker
sudo usermod -aG docker ${USER}
// Logout and Login
su - ${USER}
id -nG
sudo usermod -aG docker username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment