Skip to content

Commit 2ecbdb3

Browse files
committed
docs : update readme with container name
Signed-off-by: Pratik Raj <[email protected]>
1 parent 6610000 commit 2ecbdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ install via [docker](ghcr.io/monitoring-projects/process-exporter).
2121
Usage:
2222

2323
```
24-
process-exporter [options] -config.path filename.yml
24+
process-exporter [options] -config.path config.yaml
2525
```
2626

2727
or via docker:
2828

2929
```
30-
docker run -d --rm -p 9256:9256 --privileged -v /proc:/host/proc -v `pwd`:/config ghcr.io/monitoring-projects/process-exporter:master --procfs /host/proc -config.path /config/filename.yml
30+
docker run --name process-exporter -d --rm -p 9256:9256 --privileged -v /proc:/host/proc -v `pwd`:/config ghcr.io/monitoring-projects/process-exporter:master --procfs /host/proc -config.path /config/config.yaml
3131
3232
```
3333

0 commit comments

Comments
 (0)