fix bad container detection

This commit is contained in:
2026-02-09 00:07:17 +01:00
parent 3bfca34f3a
commit ccd3bfadb4
2 changed files with 9 additions and 28 deletions

View File

@@ -218,6 +218,11 @@ func (el *EventLoop) process(ev helper.ContainerEvent) {
case helper.DeletedContainer:
{
el.unregister(container)
slog.Info("a container was unregistered",
"thread", "event_loop",
"container_name", container.Name(),
"container_id", container.ID(),
)
}
case helper.UpdatedContainer:
{