Document which orchestrator calls each docker_update.sh mode

This commit is contained in:
Gmer4Lfe
2026-06-14 10:59:48 -04:00
parent fdef61cc25
commit a5292c4bb7
+2
View File
@@ -111,10 +111,12 @@
#
# docker_update.sh
# Normal mode — pull latest images for DAILY_RESTART_CONTAINERS
# Called by daily_sync_maintenance.sh before docker_daily_restart.sh
#
# docker_update.sh --remainder
# Remainder mode — pull all running containers not in managed lists,
# restart those that received updates, prune dangling images
# Called by weekly_sync_maintenance.sh at the end of the Sunday window
#
# docker_update.sh --dry-run
# Preview which containers would be pulled without making changes