mirror of
https://github.com/luzifer-docker/netdata.git
synced 2024-12-20 12:11:18 +00:00
Mention docker.sock
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a1d4557c21
commit
0dcd66bb5e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ This repository contains a dockerized version of the [netdata](https://github.co
|
|||
docker run -d --cap-add SYS_PTRACE \
|
||||
-v /proc:/host/proc:ro \
|
||||
-v /sys:/host/sys:ro \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-p 19999:19999 quay.io/luzifer/netdata
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue