fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.1k stars 35 forks source link

[FR] Watch Stopped Containers #348

Closed ameer1234567890 closed 7 months ago

ameer1234567890 commented 7 months ago

Currently, WUD only watches running containers. This is a feature request to include stopped containers as well. Maybe a setting/toggle for this option.

fmartinou commented 7 months ago

Hi,

This option already exists; WUD_WATCHER_{watcher_name}_WATCHALL Please see the doc here

It should suit your need.