Merge pull request #1169 from docker/revert-1150-patch-1

Revert "Restart the docker daemon after group changes"
This commit is contained in:
Misty Stanley-Jones 2017-01-18 15:41:01 -08:00 committed by GitHub
commit 8b737096b6
1 changed files with 1 additions and 7 deletions

View File

@ -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