Hey, On January 14, 2026 3:09:05 PM GMT+01:00, [email protected] wrote: > >Hello, > >I have a question concerning named volumes while using rootless-podman. >Such volumes are built once the system is reconfigured and the >corresponding folder are located in >/home/oci-container/.local/share/containers/storage/volumes/. How can I >remove (and eventually recreate) such volumes? > >I have "accidentally" removed (rm) one of these folders, and after >running system reconfigure the folder did not appeared again. I imagine it is >because the volume is already created and then, I could manually delete >it. To do this I would need to run 'podman volume remove' as the >oci-container user, but I do not know how to do that since it is a nonlogin >user.
Sounds like that could work, yes. You do not need to login as the user, just do `sudo -u oci-container podman volume remove`. Rutherther > >Thanks in advance!
