container update causes eventual system hang
I run about 6 containers on Linux Ubuntu. When I don't update the containers, the system runs more or less indefinitely. If I update any containers with:
cd directory-with-compose-yaml-for-that-container/
docker compose pull && docker compose up -d
Within a day or two, the system hangs, presumably because of out-of-memory. I have 32GB.
I'm using debian image update notifier (DIUN) to tell me what needs to be updated.
Is there a better way to update? Do I need to prune or do something else after updating?