Skip to content

Commit

Permalink
Mention docker images in docs
Browse files Browse the repository at this point in the history
Fixes #675.
  • Loading branch information
prymitive committed Jul 31, 2023
1 parent 58bde5e commit d2d02ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,13 @@ Steps:
./pint --config /etc/pint.hcl lint /etc/prometheus/rules/*.yml
```

There are docker images available on [GitHub](https://github.com/cloudflare/pint/pkgs/container/pint).
Example usage:

```shell
docker run --mount=type=bind,source="$(pwd)",target=/rules,readonly ghcr.io/cloudflare/pint pint lint /rules
```

## License

```text
Expand Down

0 comments on commit d2d02ce

Please sign in to comment.