18

I'm trying to switch my existing Docker setup to a rootless podman one. The main issue tripping me is how to mount remote volumes. My file server is a different machine, so I mount the data into docker containers via a NFS volume. However, I can't do this with podman since the normal user doesn't have the rights for mounting NFS drives. Only the root user can do that.

One option I've thought of is to mount everything I need via fstab and use bind mounts. Is there a better solution?

you are viewing a single comment's thread
view the rest of the comments
[-] lemmyvore@feddit.nl 2 points 1 year ago

You can mount NFS shares as non-root user, look it up some more.

What trips people is that it needs some extra configuration on both server and client, the UID needs to match, and the user needs to own the mountpoint dir.

The error message from NFS ("only root can do that") doesn't help either.

[-] tablejumper@feddit.nl 1 points 1 year ago

Can you really? I'd love some pointers on that. I'll try to look it up more, thanks

this post was submitted on 05 Nov 2023
18 points (95.0% liked)

Selfhosted

39677 readers
353 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS