wodle name="docker-listener"
Configuration options of the Docker wodle.
Options
Main options
| Main options | Allowed values | 
|---|---|
| A positive number | |
| yes, no | 
Scheduling options
attempts
Number of attempts to execute the wodle.
| Default value | 5 | 
| Allowed values | A positive number | 
disabled
Disable the Docker wodle.
| Default value | no | 
| Allowed values | yes, no | 
run_on_start
Run command immediately when service is started.
| Default value | yes | 
| Allowed values | yes, no | 
interval
Waiting time to rerun the wodle in case it fails.
| Default value | 1m | 
| Allowed values | A positive number that should contain a suffix character indicating a time unit, such as, s (seconds), m (minutes), h (hours), d (days), M (months). | 
day
Day of the month to run the scan.
| Default value | n/a | 
| Allowed values | Day of the month [1..31] | 
Note
When the day option is set, the interval value must be a multiple of months. By default, the interval is set to a month.
wday
Day of the week to run the scan. This option is not compatible with the day option.
| Default value | n/a | 
| Allowed values | 
 | 
Note
When the wday option is set, the interval value must be a multiple of weeks. By default, the interval is set to a week.
time
Time of the day to run the scan. It has to be represented in the format hh:mm.
| Default value | n/a | 
| Allowed values | Time of day [hh:mm] | 
Note
When only the time option is set, the interval value must be a multiple of days or weeks. By default, the interval is set to a day.
Example of configuration
<wodle name="docker-listener">
    <interval>10m</interval>
    <attempts>5</attempts>
    <run_on_start>no</run_on_start>
    <disabled>no</disabled>
</wodle>