From bce870f7b6069f54cff4881a3c6f74ac996b36ec Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Wed, 17 Jun 2026 16:40:34 +0530 Subject: [PATCH] docs: add rootless Podman troubleshooting note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8a43975..4a8f2f9a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ podman run --rm \ open ~/agentready-reports/report-latest.html ``` +> **Rootless Podman (Fedora, RHEL, CentOS)**: The `--userns=keep-id` flag maps your host UID into the container, preventing Git "dubious ownership" errors. If you still encounter permission issues, see [Podman Rootless Mode](CONTAINER.md#podman-rootless-mode) for the full solution. + [See full container documentation →](CONTAINER.md) ### Python Package