Hi guys! I was wondering whatever solution you guys might use to check/update your servers/containers? I’d like not having to depend on any cloud, something running locally would be great.
Thanks!
You must log in or register to comment.
Ansible
Podman has that built in via Systemd.
So does docker and pretty much everything else. I would be careful if you aren’t doing it manually.
I set and update my containers with Ansible. It works well, but it’s a bit slow and it’s a whole setup on top of your deployment!
Docker: ouroboros. Linux: unattended-upgrades or dnf-automatic. Windows: MECM.
I know those FOSS ones aren’t centralized, but I find it a lot easier for them to just update themselves as necessary.
Why ouroborous over watchtower for docker ?