From d2d02cefd4cfa3f9ae8cfd1ab159d969c4cc5f40 Mon Sep 17 00:00:00 2001 From: Lukasz Mierzwa Date: Mon, 31 Jul 2023 16:02:44 +0100 Subject: [PATCH] Mention docker images in docs Fixes #675. --- docs/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.md b/docs/index.md index c44e4952..12893895 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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