Skip to content

Commit 388ac08

Browse files
author
Misty Stanley-Jones
authored
Merge pull request docker#1150 from stephenconnolly1/patch-1
Restart the docker daemon after group changes
2 parents 5893769 + 0fc8134 commit 388ac08

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

engine/installation/linux/centos.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,13 @@ To create the `docker` group and add your user:
188188
189189
This ensures your user is running with the correct permissions.
190190
191-
5. Verify that your user is in the docker group by running `docker` without `sudo`.
191+
5. Restart the `docker` daemon.
192+
193+
```bash
194+
$ sudo service docker restart
195+
```
196+
197+
6. Verify that your user is in the docker group by running `docker` without `sudo`.
192198
193199
```bash
194200
$ docker run --rm hello-world

0 commit comments

Comments
 (0)