Skip to content

Instantly share code, notes, and snippets.

@jonathanwork
Created November 20, 2024 10:04
Show Gist options
  • Save jonathanwork/31503da0ec621e022a87c810f9380df5 to your computer and use it in GitHub Desktop.
Save jonathanwork/31503da0ec621e022a87c810f9380df5 to your computer and use it in GitHub Desktop.
linux install docker none root
sudo groupadd docker
sudo gpasswd -a $USER docker
newgrp docker
#start running docker without root :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment