6 个仓库
Tools for cleaning up unused images and managing host resources.
Explore 6 awesome GitHub repositories matching part of an awesome list · Container Maintenance. Refine with filters or upvote what's useful.
docker-gc 是一个 Docker 主机垃圾回收工具,旨在通过自动删除已退出的容器、未使用的镜像和悬空卷来回收磁盘空间。它充当资源清理器,通过对孤立或非活动容器资源的生命周期管理来优化主机存储。 该实用程序通过保留每个存储库中最近的镜像数量来管理镜像保留,同时删除旧版本。它采用可配置的宽限期来确定镜像和容器何时有资格被删除,并支持基于模式的排除以防止特定资产被删除。 该工具涵盖了广泛的维护操作,包括用于识别删除候选者的状态驱动资源选择,以及清理临时工件以维护系统健康。
Automates the cleanup of temporary Docker artifacts to maintain the health of development and production servers.
该项目是一个命令行工具,旨在自动化 Amazon ECS 环境中的容器服务发布和任务定义管理。它作为一个基于 Shell 的编排工具,封装了云服务商的命令行界面,以管理基础设施状态并执行部署逻辑。 该工具通过编排蓝绿部署模式促进零停机更新,这涉及启动新任务版本并在停用旧服务实例之前验证其稳定性。它通过声明式配置模板维护应用程序版本,并自动清理过时的任务定义修订版以防止配置混乱。 除了标准的服务更新外,该工具还支持集成到自动化发布工作流中,并提供在容器集群上执行独立远程任务的功能。它通过基于轮询的验证来监控部署进度和服务健康状况,确保基础设施转换达到预期状态。
Maintains container environments by cleaning up unused task definition revisions and managing image tags.
Docker cleanup volumes is a containerized system maintenance tool and shell script designed to scan host systems and delete unused Docker storage volumes. It reclaims disk space by identifying leftover data assets that are no longer attached to any active containers. The utility inspects container-graph dependencies to distinguish between active and orphaned storage items. It supports dry-run preview execution to simulate cleanup operations and review target volumes before any actual data deletion occurs. The software can be executed directly as a command-line shell script or run as a contai
Automates system maintenance routines inside containers to keep host storage organized and lean.
Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
LRU-based eviction policy for Docker images.
Keep docker hosts tidy
Automated cleanup of unused Docker resources.
Aldertech Dynamic Resource Governor — A kernel-level resource manager for high-density Docker stacks on Raspberry Pi and low-power servers.
Dynamic resource governance using cgroups v2.