On 3/23/26 8:37 AM, lejeczek via Podman wrote:
Hi guys.

I'm trying to mount inside a rootfull container but I fail:

-> $ mount /_forISOsToImport/CentOS-Stream-10-latest-x86_64-dvd1.iso /mnt/ -o loop
mount: /mnt/: mount failed: Operation not permitted.

Am I missing something obvious from container config, perhaps some capabiities?

many thanks, L.

_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io

Try adding cap_sys_admin to the outer container.