瀏覽代碼

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

Isaac Dupree 11 年之前
父節點
當前提交
e2ee5c71fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/use/basics.rst

+ 1 - 1
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:**