I built a package from scratch in a distrobox, and got to the point of exporting it. At that point, it clicked that the exported app is still run in the container. With that realization, I couldn't decide whether I should create containers for individual packages that I'm exporting, or if I should just keep one per OS, or something in between. Are there general best practices about how to divy up the containers for exporting?
Also, this particular package requires custom rules to be installed in udev. It doesn't seem like the container has the ability to do that, so would this package be better suited to using
rpm-ostree
rpm-ostree
instead, or is there a way I can allow the container to write those rules?