Created
September 17, 2020 15:00
-
-
Save theArjun/fa03669bbc56b4891797a31c6c7218e6 to your computer and use it in GitHub Desktop.
Add docker to sudo group
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment