awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesContainer Maintenance

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.

Awesome Container Maintenance GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • spotify/docker-gcspotify 的头像

    spotify/docker-gc

    5,019在 GitHub 上查看↗

    docker-gc 是一个 Docker 主机垃圾回收工具,旨在通过自动删除已退出的容器、未使用的镜像和悬空卷来回收磁盘空间。它充当资源清理器,通过对孤立或非活动容器资源的生命周期管理来优化主机存储。 该实用程序通过保留每个存储库中最近的镜像数量来管理镜像保留,同时删除旧版本。它采用可配置的宽限期来确定镜像和容器何时有资格被删除,并支持基于模式的排除以防止特定资产被删除。 该工具涵盖了广泛的维护操作,包括用于识别删除候选者的状态驱动资源选择,以及清理临时工件以维护系统健康。

    Automates the cleanup of temporary Docker artifacts to maintain the health of development and production servers.

    Shelldockergarbage-collectionshell
    在 GitHub 上查看↗5,019
  • sil-org/ecs-deploysil-org 的头像

    sil-org/ecs-deploy

    1,989在 GitHub 上查看↗

    该项目是一个命令行工具,旨在自动化 Amazon ECS 环境中的容器服务发布和任务定义管理。它作为一个基于 Shell 的编排工具,封装了云服务商的命令行界面,以管理基础设施状态并执行部署逻辑。 该工具通过编排蓝绿部署模式促进零停机更新,这涉及启动新任务版本并在停用旧服务实例之前验证其稳定性。它通过声明式配置模板维护应用程序版本,并自动清理过时的任务定义修订版以防止配置混乱。 除了标准的服务更新外,该工具还支持集成到自动化发布工作流中,并提供在容器集群上执行独立远程任务的功能。它通过基于轮询的验证来监控部署进度和服务健康状况,确保基础设施转换达到预期状态。

    Maintains container environments by cleaning up unused task definition revisions and managing image tags.

    Shellaws-ecscontinuous-deploymentecs
    在 GitHub 上查看↗1,989
  • chadoe/docker-cleanup-volumeschadoe 的头像

    chadoe/docker-cleanup-volumes

    1,437在 GitHub 上查看↗

    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.

    Shell
    在 GitHub 上查看↗1,437
  • stepchowfun/docuumstepchowfun 的头像

    stepchowfun/docuum

    700在 GitHub 上查看↗

    Docuum performs least recently used (LRU) eviction of Docker images. 🗑️

    LRU-based eviction policy for Docker images.

    Rust
    在 GitHub 上查看↗700
  • yelp/docker-custodianYelp 的头像

    Yelp/docker-custodian

    373在 GitHub 上查看↗

    Keep docker hosts tidy

    Automated cleanup of unused Docker resources.

    Python
    在 GitHub 上查看↗373
  • jaldertech/adrgjaldertech 的头像

    jaldertech/adrg

    9在 GitHub 上查看↗

    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.

    Python
    在 GitHub 上查看↗9
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Container Maintenance