Provide advice about adding to the docker group (#4746)

* Provide advice about adding to the docker group

You need to add a standard user to the docker group to prevent sudo when calling docker

* Added link to post-install instructions
This commit is contained in:
Mauro Caffaratto 2017-10-03 17:19:42 +02:00 committed by Jim Galasyn
parent 578a4d1c15
commit 9922eec441
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ installed.
> **Note**: version 1.13 or higher is required
You should be able to run `docker run hello-world` and see a response like this:
> **Note**: You may need to add your user to the `docker` group in order to call this command without sudo. [Read more](https://docs.docker.com/engine/installation/linux/linux-postinstall/)
```shell
$ docker run hello-world