mirror of https://github.com/docker/docs.git
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:
parent
578a4d1c15
commit
9922eec441
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue