VHSgunzo
VHSgunzo
@Kron4ek Hi, I am creating a similar [project](https://github.com/VHSgunzo/runimage) and have solved the problem with Nvidia driver. To do this, I created a package with fake nvidia-utils to lighten the weight...
@Kron4ek Do you have any problems adding this fix?
@Kron4ek Well, I have conducted various tests of my container on different linux distributions on nvidia, amd and intel video cards and everything works as it should, with this fix....
It's not the whole `apparmor` that is affected, just the prohibition on creating `unprivileged userns`, and this practice "out of the box" is mostly only used in `ubuntu 24+ `...
@fwn0 Hi! To fully run docker daemon requires elevated privileges (even for rootless mode). But still I managed to run docker daemon in runimage. Here is a rough order of...
> I have managed to create a running rootless alpine container with 0.40.4 using crun (without podman or docker). Unfortunately I couldn't find out how to activate internet connection as...
For jellyfin ``` RIM_OVERFS_ID=jellyfin RIM_KEEP_OVERFS=1 ./runimage pac -Sy jellyfin-server jellyfin-web sed -i '/^User/d;/^Group/d' /usr/lib/systemd/system/jellyfin.service mkdir -p /var/lib/jellyfin systemctl start jellyfin -vvv ``` or you can add the necessary services to...
@fwn0 > sed -i '/^User/d;/^Group/d' /usr/lib/systemd/system/jellyfin.service mkdir -p /var/lib/jellyfin In [v0.40.5](https://github.com/VHSgunzo/runimage/releases/tag/v0.40.5) now added pacman hook in [fake-systemd](https://github.com/VHSgunzo/runimage-fake-systemd) package which fixes SystemD units. So now all you have to do is...