Hacker News new | ask | show | jobs
by snapplebobapple 643 days ago
Tangentially unrelated side queation: how do you make nfs mounts work in podman without running it as root and making running podman over docker kind of pointless or what do you use to share a base fileayatem from somewhere else on the network to a docker container that isnt nfs or samba?
1 comments

Maybe these blog posts¹² from Red Hat will help. I haven't tried yet, just found these earlier.

¹: https://www.redhat.com/sysadmin/rootless-podman-nfs

²: https://www.redhat.com/sysadmin/nfs-rootless-podman

I dont think thats quite it. I have nfs mounts defined in my compose files. I.e in the container /media is an volume docker creates from an nfs mount defined in the docker compose. That dodnt work withpout podman having root last i checked a few years ago