Added
-
Container labels for GitOps-style config (#42, @LeeNX). Docksentry reads
docksentry.*labels off your containers, so config can live in your compose file. A present label overrides the equivalent bot/Web-UI toggle:docksentry.enable=false/docksentry.exclude=true— take the container out of update scope (same as/pin).docksentry.protect=true— refuse/stop(#38-style);=falseforce-unprotects.
labels: - "docksentry.exclude=true" - "docksentry.protect=true"
Booleans accept
true/1/yes/on(case-insensitive). Lookups are best-effort — an inspect failure falls back to the stored toggle and never silently unprotects. More label-driven settings can follow. -
-?per-command help alias (#15, @LeeNX). Append-?to any command —/protect -?is exactly/help protect.
Full 15-script regression sweep green.