public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inspektor-gadget] f44: README: Detail how to build with podman.
@ 2026-06-03  8:08 Francis Laniel
  0 siblings, 0 replies; only message in thread
From: Francis Laniel @ 2026-06-03  8:08 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/inspektor-gadget
            Branch : f44
            Commit : 85fbc7f05adcfd7838f8fd654e4cef10436ca623
            Author : Francis Laniel <laniel_francis@privacyrequired.com>
            Date   : 2026-06-03T11:07:30+03:00
            Stats  : +4/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inspektor-gadget/c/85fbc7f05adcfd7838f8fd654e4cef10436ca623?branch=f44

            Log:
            README: Detail how to build with podman.

Signed-off-by: Francis Laniel <laniel_francis@privacyrequired.com>

---
diff --git a/README.md b/README.md
index 9d43dfa..c70b328 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,10 @@ The whole process can be achieved using the corresponding container:
 
 ```bash
 $ docker build --build-arg USER=$USER --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t fedora-ig-bumper -f Dockerfile .
-$ docker run -ti --rm -v $(pwd):/work -v $HOME/.ssh:/$HOME/.ssh -w /work fedora-ig-bumper
+# For rootfull docker use the following:
+$ docker run -ti --rm -v $(pwd):/work -v $HOME/.ssh:$HOME/.ssh -w /work fedora-ig-bumper
+# For rootless podman, use the following:
+$ podman run -ti --rm -v $(pwd):/work -v $HOME/.ssh:$HOME/.ssh -w /work --userns=keep-id fedora-ig-bumper
 ```
 
 From now, all the commands will be run as your user from the `fedora-ig-bumper` container.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-03  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03  8:08 [rpms/inspektor-gadget] f44: README: Detail how to build with podman Francis Laniel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox