This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 48c15fe21 RAT-481: Add info about docker way to run linkchecker
48c15fe21 is described below
commit 48c15fe2184bd3e17bcf5d0cc82845d48d12052a
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Oct 4 15:38:42 2025 +0200
RAT-481: Add info about docker way to run linkchecker
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index b3369e2c0..51bedab1f 100644
--- a/README.md
+++ b/README.md
@@ -119,4 +119,10 @@ $ linkchecker http://localhost:8888/rat017
to look for broken links automatically.
+If you do not have a local linkchecker installed, you may use docker as well:
+
+```
+docker run --rm -it -u $(id -u):$(id -g) -v "$PWD":/mnt
ghcr.io/linkchecker/linkchecker:latest --verbose -F text/utf8/mnt/linkcheck.txt
index.html
+```
+
Happy hacking :)