Comment on Finally happish with my all-in-one homelab (20+ services and way too much tinkering)
curbstickle@anarchist.nexus 2 days agoProxmox supports OCI containers natively now
As of 9.1, and kind of. To be clear what its doing is not a drop-in replacement for docker, but using that image as a basis for an lxc - so you’re not just pulling a new image to update, more like re-deploying, so keep your stored data elsewhere, outside of the lxc. So what was handled by pulling an image or a change to a compose is done manually in proxmox now, but it does make things like backups/snapshots much more consistent and proxmox-native.
FlexibleToast@lemmy.world 1 day ago
Yeah, but if you were doing lxc + docker per container you might as well use this oci as lxc method. I think both methods are silly, but that’s just my opinion.
curbstickle@anarchist.nexus 23 hours ago
If its a single image, I’d agree. If its a compose with multiple images though, better off combining into a single lxc or VM.