remove extraneous step and stupid whitespace

Upstream-commit: 674e5c850374fffa03fb205ae6b623ec069978d9
Component: engine
This commit is contained in:
Tyler Brock
2013-08-16 13:30:54 -04:00
parent e204ad6458
commit 7830299d44
@@ -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
-------------------------------------------------