Răsfoiți Sursa

Remove unneeded mounts included in root mount

Daniel Nelson 5 ani în urmă
părinte
comite
b9b47515b8
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      telegraf/content.md

+ 0 - 5
telegraf/content.md

@@ -182,11 +182,6 @@ The precise files that need to be made available varies from plugin to plugin. H
 $ docker run -d --name=telegraf \
 	-v $PWD/telegraf.conf:/etc/telegraf/telegraf.conf:ro \
 	-v /:/hostfs:ro \
-	-v /etc:/hostfs/etc:ro \
-	-v /proc:/hostfs/proc:ro \
-	-v /sys:/hostfs/sys:ro \
-	-v /var:/hostfs/var:ro \
-	-v /run:/hostfs/run:ro \
 	-e HOST_ETC=/hostfs/etc \
 	-e HOST_PROC=/hostfs/proc \
 	-e HOST_SYS=/hostfs/sys \