Moved here:
Last active
December 5, 2020 20:17
-
-
Save rkitover/6379764c619c10e829e4b2fa0ae243fd to your computer and use it in GitHub Desktop.
Using Docker for Testing and Development on any Linux Distribution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd be hesitant about adding users to the docker group unless there is a special need as it's effectively the same as giving them root privileges.
It's safer to use sudo where security policies can be applied per user.
Refs: