Make it extra clear that the docker group is root-equivalent.

Upstream-commit: e2ee5c71fc665170db6a3a487aebb4d7f42eed0b
Component: engine
This commit is contained in:
Isaac Dupree
2013-12-09 12:25:20 -05:00
parent 232e185f7c
commit 86c7a0eff5

View File

@ -67,7 +67,7 @@ daemon will make the ownership of the Unix socket read/writable by the
*docker* group when the daemon starts. The ``docker`` daemon must
always run as root, but if you run the ``docker`` client as a user in
the *docker* group then you don't need to add ``sudo`` to all the
client commands.
client commands. Warning: the *docker* group is root-equivalent.
**Example:**