Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Instruct to use `usermod` command to avoid security risk
  • Loading branch information
tokk-nv authored May 22, 2024
1 parent 2cd4f81 commit 956cd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```

> If you get "docker: Got permission denied while trying to connect to the Docker daemon socket at ..." error,
> issue `sudo chmod 666 /var/run/docker.sock` to get around with the issue.
> issue `sudo usermod -aG docker $USER; newgrp docker` to get around with the issue.
## How to also publish on GitHub

(to be documented)
(to be documented)

0 comments on commit 956cd9d

Please sign in to comment.