Created
November 20, 2024 10:04
-
-
Save jonathanwork/31503da0ec621e022a87c810f9380df5 to your computer and use it in GitHub Desktop.
linux install docker none root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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