Propose Quadlet for Podman #10561
Labels
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P2
Medium: Good to have, but can wait until someone steps up
Checklist
Description
Hi,
I really like Kudo project but I didn't want using the desktop application. I prefer using the OCI container.
Using Podman on Fedora, that allows using
userns=keep-id
I propose that you integrate this in the documentation:First, the Quadlet file to integrate in
~/.config/containers/systemd/ipfs.container
:And possibly, aliases:
I only wonder if this could be better:
/export
", but the usage is unclear, is it here to share some data to the container?/home
directory is empty in the container, and because Podman proposes to keep the user-id, it's possible to mount/home/<myuser>
inside the container, and so having exactly the same file treeFor the second point, I can then set the alias to:
And the corresponding Quadlet file:
Note that, here, I set the
SecurityLabelDisable
totrue
to not relabel the home directory.Could you please tell me if you think that's a good idea?
The text was updated successfully, but these errors were encountered: