Skip to content

Instantly share code, notes, and snippets.

@kanelv
Created March 22, 2024 15:24
Show Gist options
  • Save kanelv/2753135e8cd35c5e0e26dedfec461b58 to your computer and use it in GitHub Desktop.
Save kanelv/2753135e8cd35c5e0e26dedfec461b58 to your computer and use it in GitHub Desktop.
Running Docker Without sudo
sudo groupadd docker
sudo usermod -aG docker $USER
su - $USER
# log out and log in again to make these changes effective
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment