From 674e5c850374fffa03fb205ae6b623ec069978d9 Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Fri, 16 Aug 2013 13:29:48 -0400 Subject: [PATCH] remove extraneous step and stupid whitespace --- docs/sources/use/basics.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/sources/use/basics.rst b/docs/sources/use/basics.rst index 106fde22d..411e1c30d 100644 --- a/docs/sources/use/basics.rst +++ b/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 -------------------------------------------------