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="?