Update README.md
This commit is contained in:
parent
aa05a2c9a0
commit
0f37d56677
|
|
@ -736,9 +736,9 @@ docker: unknown server OS: .
|
|||
See 'docker run --help'.
|
||||
```
|
||||
|
||||
This means your docker daemon is not running.
|
||||
This means your docker daemon is not running or is otherwise not accessible.
|
||||
|
||||
`pgrep dockerd` should return nothing
|
||||
`pgrep dockerd` should return nothing. If you get a PID, you likely do not have permissions to use docker. If this is the case, run `sudo usermod -aG docker && newgrp docker`
|
||||
|
||||
Therefore, you have a few choices.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue