fix bad container detection
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user