Replies: 1 comment 9 replies
-
I would figure your image debian_bookworm_podman:latest is not setup correctly. Perhaps newuidmap and newgidmap are not setup with file capabilities to run with the setuid permissions. Could you try this with quay.io/podman/stable:latest We are doing a
IN there to make sure the permissions are set correctly. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Community,
I would like to create a Debian 12 (Bookworm) image including a rootless Podman installation. I followed the article "How to use Podman inside of a container by Dan Walsh but got stuck. Describing my environment and my issue I hope that someone is able to help me fix it.
My environment
The
buildah
commands I use to build the container image can be found in this gist.Steps to reproduce the issue
buildah_create_debian_bookworm_with_rootless_podman.sh
from this gistpodman run --rm --security-opt label=disable --user podman --device /dev/fuse debian_bookworm_podman:latest podman system info
This leads to the following error:
Expected result
The command is successful when issued as root (without
--user podman
:I would expect this to work in rootless mode as well.
What am I doing wrong? Hopefully you are able to help me out here. In case important information is missing, just let me know what you need.
Thanks in advance,
Joerg
Beta Was this translation helpful? Give feedback.
All reactions