Skip to content

Container Labels

SSM includes part of the code from WhatsUpDocker, so it currently supports the same labels on containers:

Labels

To fine-tune the behavior of WUD per container, you can add labels to them.

LabelRequiredDescriptionSupported valuesDefault value when missing
wud.watchWatch this containerValid Booleantrue when WUD_WATCHER_{watcher_name}_WATCHBYDEFAULT is true (false otherwise)
wud.watch.digestWatch this container digestValid Booleanfalse
wud.tag.includeRegex to include specific tags onlyValid JavaScript Regex
wud.tag.excludeRegex to exclude specific tagsValid JavaScript Regex
wud.tag.transformTransform function to apply to the tag$valid_regex => $valid_string_with_placeholders (see below)
wud.link.templateBrowsable link associated to the container versionString template with placeholders ${raw} ${major} ${minor} ${patch} ${prerelease}
wud.display.nameCustom display name for the containerValid StringContainer name
wud.display.iconCustom display icon for the containerValid Material Design Icon, Fontawesome Icon or Simple icon (see details below)mdi:docker

Made with love