You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the flag --docker-filter-container-name="^exec-.*$" we can filter completely events for containers with a certain name, but we loose the monitoring of this sort of containers completely.
We'd like to have the monitoring of one-shot containers (starts and finish periodically, like containers run from cracymax/cron), could we have a flag like: --docker-filter-container-exit-codes=" and --docker-filter-negate-container-exit-codes="?
The text was updated successfully, but these errors were encountered:
With the flag
--docker-filter-container-name="^exec-.*$"
we can filter completely events for containers with a certain name, but we loose the monitoring of this sort of containers completely.We'd like to have the monitoring of one-shot containers (starts and finish periodically, like containers run from cracymax/cron), could we have a flag like:
--docker-filter-container-exit-codes="
and--docker-filter-negate-container-exit-codes="
?The text was updated successfully, but these errors were encountered: