Skip to content

Commit

Permalink
Use readonly option on docker commandline
Browse files Browse the repository at this point in the history
Co-authored-by: Pat <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Oct 2, 2023
1 parent bb8d385 commit 0c992c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/inputs/process-exporter-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0c992c3

Please sign in to comment.