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. Thanks in advance!
