summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-07-18 20:38:12 +0300
committerPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-07-18 19:38:12 +0200
commitbc21588a7439d9e4ca89e622d080d91b3bb20c73 (patch)
tree772054068cb1acfb510634e812817d471039e9a8 /README.md
parent6469cf92724644f5facf343e4bdd76ac0551a418 (diff)
Get user and group names from files (#6472)
* Read user names from file * Separate file modification check * Read group names from file * Update the documentation * Use files only inside a containter * Fix the volume mounting suggestions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 172ca7bad9..eb62a5759f 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,8 @@ To try Netdata in a docker container, run this:
```
docker run -d --name=netdata \
-p 19999:19999 \
+ -v /etc/passwd:/host/etc/passwd:ro \
+ -v /etc/group:/host/etc/group:ro \
-v /proc:/host/proc:ro \
-v /sys:/host/sys:ro \
-v /var/run/docker.sock:/var/run/docker.sock:ro \