From 0c992c337361cdd9fcde0d2495e9006ea825ef48 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 2 Oct 2023 20:15:03 +0900 Subject: [PATCH] Use readonly option on docker commandline Co-authored-by: Pat Signed-off-by: Hiroshi Hatake --- pipeline/inputs/process-exporter-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/process-exporter-metrics.md b/pipeline/inputs/process-exporter-metrics.md index 9e516e517..f539ea5a8 100644 --- a/pipeline/inputs/process-exporter-metrics.md +++ b/pipeline/inputs/process-exporter-metrics.md @@ -70,7 +70,7 @@ The following `docker` command deploys Fluent Bit with a specific mount path for These are then exposed over port 2021. ``` -docker run -ti -v /proc:/host/proc \ +docker run -ti -v /proc:/host/proc:ro \ -p 2021:2021 \ fluent/fluent-bit:2.2 \ /fluent-bit/bin/fluent-bit \