719 - I am not a teapot Espresso Web (Red Hat Enterprise Linux) at raymii.org
Looks suspicious, ... not 418, 719.
Docker has security issues if you're not careful, and it's frankly kind of a shitshow out of the box with defaults. Maybe that's part of the reason. But I struggle to see how a bespoke solution like this is the right answer.
nirav72•1h ago
dijit•1h ago
I think docker itself doesn’t support that.
doubled112•1h ago
I'm sure you could be creative with volumes in Proxmox and build a new LXC container from a new OCI image with the old volumes attached.
dijit•1h ago
try doing so without the compose file though.
doubled112•1h ago
prmoustache•52m ago
I think virtually nobody cares about being able to change the image of a container when you can so easily start a new one.
danudey•28m ago
That's also what docker compose does, under the hood. It doesn't 'update' a container, it just deletes it and recreates it with the new image and the same settings/name/ports/volumes/etc.