ljmf00 / home-infrastructure

Home Server ansible configuration
MIT License
1 stars 1 forks source link

docker: add users to the docker group, to have non-root permissions #3

Closed alexjorgef closed 4 years ago

alexjorgef commented 4 years ago

Users that aren't in docker group, can't run commands as non-root.

ljmf00 commented 4 years ago

This should be fine for now. Ideally, this should be inside a role defining a service, in this case, docker service. I will merge this as we very soon need to implement firewall rules for docker.

ljmf00 commented 4 years ago

Please, before merge, squash the latest commit using git rebase -i origin/master by changing the last commit state from pick to squash.