willfarrell / docker-autoheal

Monitor and restart unhealthy docker containers.
MIT License
1.31k stars 225 forks source link

Only monitor running containers. #109

Closed boredazfcuk closed 4 weeks ago

boredazfcuk commented 1 year ago

This change means that containers that are not running (stopping, starting, created, exited, dead and paused) will be filtered out.

It prevents paused containers from being automatically restarted.

christiantosta commented 1 year ago

Please see the PR #115

exarkun commented 1 month ago

This seems to have been implemented in https://github.com/willfarrell/docker-autoheal/pull/117 - this can probably be closed?