sindresorhus / guides

A collection of succinct guides - Public Domain
2.47k stars 458 forks source link

Add step on "Run Docker commands without sudo" #51

Closed amatiasq closed 5 years ago

amatiasq commented 5 years ago

The guide wasn't working for me because I had to log out and in again and it was because I had to start another bash process so my groups are updated, this was the output of the groups command

me@my-vps:~$ groups
me sudo
me@my-vps:~$ groups me
me : me sudo docker
sindresorhus commented 5 years ago

log out and in

You mean log out of your computer user, docker user, or something else. I think you need to be more specific in your writing.

amatiasq commented 5 years ago

The user you are logged in with, not sure what you mean. Log out as using the exit command in the command line.

sindresorhus commented 5 years ago

Clarify it in the guide, not here. And I'm still not sure what you mean.