tablejumper
@tablejumper@feddit.nl
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Help with Rootless Podman and remote volume mounts 1 year ago:
Can you really? I’d love some pointers on that. I’ll try to look it up more, thanks
- Comment on Help with Rootless Podman and remote volume mounts 1 year ago:
Update: I took some suggestions and ideas from the comments here and built a system for this:
- Create the mountpoint directories
- Add the mounts to /etc/fstab with the
user,noauto
option - I’m using quadlets, so add a new
[service]
section to my container file and addExecStartPre
andExecStopPost
entries with mount and umount commands
This allows me to have the mounts only active when the container is running. And I can still have rootless podman containers. Seems to be working well in the limited testing I did yesterday.
- Submitted 1 year ago to selfhosted@lemmy.world | 5 comments