podman provides an integrated auto-update mechanism, which I recently applied to all of my containers running on feldspaten. The mechanism is nice, but at first appears a bit counter-intuitive. In this post ’m trying to explain how you can use the mechanism and what to watch out for. I’ll start with the trap I think most people fall for.
auto-update is natural but not intuitive Most people’s path to containers starts with docker, which by itself is an amazing tool.
Now I honestly didn’t know auto-updating podman containers is possible. Makes maintenance a hell lot easier, for non-production systems. Thanks for sharing the article!