Skip to content

Commit

Permalink
Merge pull request #1150 from stephenconnolly1/patch-1
Browse files Browse the repository at this point in the history
Restart the docker daemon after group changes
  • Loading branch information
Misty Stanley-Jones committed Jan 18, 2017
2 parents 5893769 + 0fc8134 commit 388ac08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion engine/installation/linux/centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,13 @@ To create the `docker` group and add your user:
This ensures your user is running with the correct permissions.
5. Verify that your user is in the docker group by running `docker` without `sudo`.
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`.
```bash
$ docker run --rm hello-world
Expand Down

0 comments on commit 388ac08

Please sign in to comment.