ehazlett / interlock

Docker Event Driven Plugin System
Apache License 2.0
978 stars 130 forks source link

Added fix for issue #220 don't collect interlock containers that are … #221

Open adpjay opened 7 years ago

adpjay commented 7 years ago

The loop will include containers that are not running. This causes a problem later on when the load balancer containers are distributed across interlock nodes. An nginx container would get assigned to a stopped interlock and therefore never be reloaded.