Replies: 1 comment
-
@flixman see https://samuel.forestier.app/blog/security/podman-rootless-in-podman-rootless-the-debian-way HTH? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running on debian bullseye podman, and all works flawlessly. I want to use a gitea runner, for which I'd like to build a debian based image that allows me to run podman. To this end, I have the following Dockerfile:
Should I build this image and run it with
podman run --rm --security-opt label=disable --privileged node:20-bullseye-slimext podman info
, all works. However, if I run it without the--privileged
, then I get the following error: ``Error: mount /var/lib/containers/storage/overlay:/var/lib/containers/storage/overlay, flags: 0x1000: operation not permitted```I have seen that using the image from quay works, and tested it... but I have not found any that works with debian. Does anybody have any suggestion on what might be wrong?
Beta Was this translation helpful? Give feedback.
All reactions