From 70168afa4ace5baf8f1908ed29be2de891175ef8 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 28 Dec 2019 08:50:10 +0000 Subject: [PATCH] Add note about docker group --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a3cfc0..9fd689a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ out-of-tree is for automating some routine actions for creating development envi $ curl https://nixos.org/nix/install | sh $ nix-env -iA nixpkgs.out-of-tree +Note that adding a user to group *docker* has serious security implications. Check Docker documentation for more information. + ### macOS $ brew cask install docker