From e2ee5c71fc665170db6a3a487aebb4d7f42eed0b Mon Sep 17 00:00:00 2001 From: Isaac Dupree <antispam@idupree.com> Date: Mon, 9 Dec 2013 12:25:20 -0500 Subject: [PATCH] Make it extra clear that the `docker` group is root-equivalent. --- docs/sources/use/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/basics.rst b/docs/sources/use/basics.rst index 12160312ba..0881bde233 100644 --- a/docs/sources/use/basics.rst +++ b/docs/sources/use/basics.rst @@ -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:**