Skip to content

Instantly share code, notes, and snippets.

@rkitover
Last active December 5, 2020 20:17
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save rkitover/6379764c619c10e829e4b2fa0ae243fd to your computer and use it in GitHub Desktop.
Save rkitover/6379764c619c10e829e4b2fa0ae243fd to your computer and use it in GitHub Desktop.
Using Docker for Testing and Development on any Linux Distribution
@joebell1329
Copy link

joebell1329 commented Sep 2, 2019

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment