Created
March 7, 2020 02:29
-
-
Save iamdylanngo/9c043651b092774b835e5f427ac86592 to your computer and use it in GitHub Desktop.
change-own-docker
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 usermod -aG docker ${USER} | |
| // Logout and Login | |
| su - ${USER} | |
| id -nG | |
| sudo usermod -aG docker username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment