1 个仓库
Determination of the order in which containers are restarted based on their dependencies and networking.
Distinct from Automated Dependency Updaters: None of the candidates address container restart ordering; others focus on immutable sequences or mock interaction ordering.
Explore 1 awesome GitHub repository matching devops & infrastructure · Dependency-Aware Restart Sequences. Refine with filters or upvote what's useful.
Watchtower is a Docker container update automator that monitors registries for new image pushes and automatically restarts containers with the latest versions. It functions as a container lifecycle manager, handling the process of bringing running containers up to date without manual intervention. The service includes specialized controls to manage deployment risk and precision, such as image age deferral and deployment cooldowns to protect against buggy releases. It supports image tag pinning to restrict updates to specific version series and can operate as a self-updating service to maintai
Determines the update sequence by following container dependencies, linked services, or network modes to minimize disruption.