No. In theory you could install the package from PVE9 but then you will also need to update dependencies resulting in a kind of Frankensteinian mix of PVE8, PVE9, Debian12 and Debian13. This tends to make more problems than it's worth:Is there a way, and if so is there any danger, in installing lxc-pve 6.0.5-3 on PVE 8.4?
The 8.4 patch was released yesterday and it’s currently on pvetest. It’ll probably show up on ‘pve-no-subscription’ soon as well.Is there a way, and if so is there any danger, in installing lxc-pve 6.0.5-3 on PVE 8.4?
root@pve01:~# pveversion
pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-17-pve)
root@pve01:~# grep "upgrade lxc-pve" /var/log/dpkg.log
2025-11-27 12:51:24 upgrade lxc-pve:amd64 6.0.0-1 6.0.0-2
root@doc01:~# grep "upgrade docker" /var/log/dpkg.log
2025-11-27 12:53:07 upgrade docker-ce-cli:amd64 5:28.5.2-1~debian.12~bookworm 5:29.0.4-1~debian.12~bookworm
2025-11-27 12:53:08 upgrade docker-ce:amd64 5:28.5.2-1~debian.12~bookworm 5:29.0.4-1~debian.12~bookworm
2025-11-27 12:53:10 upgrade docker-buildx-plugin:amd64 0.29.1-1~debian.12~bookworm 0.30.1-1~debian.12~bookworm
2025-11-27 12:53:11 upgrade docker-ce-rootless-extras:amd64 5:29.0.0-1~debian.12~bookworm 5:29.0.4-1~debian.12~bookworm
That problem of "resource allocation" isn't one really. Of course if you want to have one VM for each docker container you want to run you will end up in using more RAM (but not neccesarily way more see https://pve.proxmox.com/wiki/Dynamic_Memory_Management#KSM ). But normally you wouldn't do this but run all your docker containers in one lightweight VM. My main docker Debian Trixie vm is configured with 4 GB RAM, right now it uses 1.5 GB. And this can propably reduced even more without changing anything, since Linux always uses part of the memory as cache. By changing the VM os to alpine an even more lightweight VM should be possible. Another benefit of fitting all docker containers in one vm is, that you need the system maintenance (like updates etc) only once instead of doing housekeeping for every lxc instance.
I prefer to save on my time budget instead of saving RAM for the sake of saving RAM.
But if for the sake of "saving resources" you prefer to waste your private time by trouble shooting after breaking changes be my guest.
podman (rootless) instead of docker.salt-minion + podman (no Podman Container running): ~ 105 MB RAM / ~ 715 MB Disk (PVE Host as in zfs list)salt-minion + podman (no Podman Container running): ~ 207 MB RAM / ~ 3000 MB Disk (PVE Host as in zfs list)We use essential cookies to make this site work, and optional cookies to enhance your experience.