mirror of https://github.com/docker/docs.git
Merge pull request #1169 from docker/revert-1150-patch-1
Revert "Restart the docker daemon after group changes"
This commit is contained in:
commit
8b737096b6
|
@ -188,13 +188,7 @@ To create the `docker` group and add your user:
|
||||||
|
|
||||||
This ensures your user is running with the correct permissions.
|
This ensures your user is running with the correct permissions.
|
||||||
|
|
||||||
5. Restart the `docker` daemon.
|
5. Verify that your user is in the docker group by running `docker` without `sudo`.
|
||||||
|
|
||||||
```bash
|
|
||||||
$ sudo service docker restart
|
|
||||||
```
|
|
||||||
|
|
||||||
6. Verify that your user is in the docker group by running `docker` without `sudo`.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run --rm hello-world
|
$ docker run --rm hello-world
|
||||||
|
|
Loading…
Reference in New Issue