瀏覽代碼

Update docs for docker group

Michael Crosby 12 年之前
父節點
當前提交
e4f35dd4cf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/sources/api/docker_remote_api.rst

+ 1 - 0
docs/sources/api/docker_remote_api.rst

@@ -16,6 +16,7 @@ Docker Remote API
 
 - The Remote API is replacing rcli
 - By default the Docker daemon listens on unix:///var/run/docker.sock and the client must have root access to interact with the daemon
+- If a group named *docker* exists on your system, docker will apply ownership of the socket to the group
 - The API tends to be REST, but for some complex commands, like attach
   or pull, the HTTP connection is hijacked to transport stdout stdin
   and stderr