Merge pull request #48 from paulfantom/paulfantom-patch-1

Reference container image in README
This commit is contained in:
Ben Kochie 2020-07-31 16:36:40 +02:00 committed by GitHub
commit 95c468e892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ example_value_count{environment="beta",id="id-C"} 3
```console
docker run \
-v config.yml:/config.yml
json_exporter \
quay.io/prometheuscommunity/json-exporter \
http://example.com/target.json \
/config.yml
```