From 0e79e475dfd65fcd172b9861afaf886b8cec0ddc Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Tue, 2 Feb 2016 16:30:01 -0500 Subject: [PATCH] clarify root/docker group security --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e64c9609..86ec34898 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,9 @@ as this way is more auditable and secure. If you are using the `sudo docker` command already, then you will have to also use `sudo s2i` to give S2I permission to work with Docker directly. +Be aware that being a member of the 'docker' group effectively grants root access, +as described [here](https://github.com/docker/docker/issues/9976). + # Getting Started You can start using `s2i` right away (see [releases](https://github.com/openshift/source-to-image/releases))