浏览代码

remove extraneous step and stupid whitespace

Tyler Brock 12 年之前
父节点
当前提交
674e5c8503
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      docs/sources/use/basics.rst

+ 1 - 5
docs/sources/use/basics.rst

@@ -57,13 +57,9 @@ you don't need to add ``sudo`` to all the client commands.
 
   # Add the ubuntu user to the docker group
   sudo gpasswd -a ubuntu docker
-  
-  # Have the docker group own the docker.sock file
-  sudo chown root:docker /var/run/docker.sock
-  
+
   # Restart the docker daemon
   sudo service docker restart
-  
 
 Bind Docker to another host/port or a Unix socket
 -------------------------------------------------