Created
March 22, 2024 15:24
-
-
Save kanelv/2753135e8cd35c5e0e26dedfec461b58 to your computer and use it in GitHub Desktop.
Running Docker Without sudo
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 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