diff --git a/components/engine/docs/sources/use/basics.rst b/components/engine/docs/sources/use/basics.rst index 106fde22da..411e1c30d1 100644 --- a/components/engine/docs/sources/use/basics.rst +++ b/components/engine/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 -------------------------------------------------