From adf2b60dba3bcc3303ffec01e3ab225455d830d8 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 18 Jan 2017 15:31:31 -0800 Subject: [PATCH] Revert "Restart the docker daemon after group changes" --- engine/installation/linux/centos.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/engine/installation/linux/centos.md b/engine/installation/linux/centos.md index 1ec1c674e6..11e8445d7b 100644 --- a/engine/installation/linux/centos.md +++ b/engine/installation/linux/centos.md @@ -188,13 +188,7 @@ To create the `docker` group and add your user: This ensures your user is running with the correct permissions. -5. Restart the `docker` daemon. - - ```bash - $ sudo service docker restart - ``` - -6. Verify that your user is in the docker group by running `docker` without `sudo`. +5. Verify that your user is in the docker group by running `docker` without `sudo`. ```bash $ docker run --rm hello-world