Improve image updates
When an image got updated then we should stop all containers that are built on top of the same image and tag. But maybe that should be done interactively as there might be an important process running in one of them.
When an image got updated then we should stop all containers that are built on top of the same image and tag. But maybe that should be done interactively as there might be an important process running in one of them.
mentioned in commit a22188c0
We remove all outdated containers now as there is no other simple way to get rid of them otherwise.
closed