1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

clarify root/docker group security

This commit is contained in:
Ben Parees
2016-02-02 16:30:01 -05:00
parent f302083809
commit 0e79e475df

View File

@@ -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))