Great post! I didn't know these feeds existed until I saw your post. I added them to my RSS reader category for software releases. It's good to have a single place to look for updates to software that I use.
That would be a great feature. I have to be careful when adding/removing PCI cards as I won't be able to communicate with my headless servers any longer. Add in that I pass the igpu to a VM for transcoding, and a NIC rename puts me in quite a predicament.
Did you need to configure the integrated GPU as the default in BIOS for PVE to only use that one for the OS/Server? And then the discrete GPU was available for use by VM's ?
I had the same issue with a privileged container.
Without nesting I got this error executing "docker run hello-world"
error mounting "proc" to rootfs at "/proc": mount proc:/proc (via /proc/self/fd/6)
With nesting enabled, it worked fine.
I'm surprised that this issue hasn't been solved yet. I'm planning on adding a GPU to one of my Proxmox servers but I'm holding off as it is a headless server. So, if the NICs on my PCI NIC get renamed , disabling network access, I won't be able to fix it.
Did you ever figure this out? I needed Jenkins to access CIFS network shares, so I tried a privileged container. My entire proxmox server would hang every time I started the LXC.
I switched it to a virtual machine and Jenkins runs fine there.