awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesContainer Lifecycle Cleanup

Removal of operational containers and associated obsolete images to reclaim storage.

Distinct from Container Security: Focuses on disk space reclamation and lifecycle management rather than security hardening or isolation

Explore 3 awesome GitHub repositories matching devops & infrastructure · Container Lifecycle Cleanup. Refine with filters or upvote what's useful.

Awesome Container Lifecycle Cleanup GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cri-o/cri-oالصورة الرمزية لـ cri-o

    cri-o/cri-o

    5,629عرض على GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Automatically cleans up containers after a reboot and images after an upgrade, improving CNI resource cleanup.

    Go
    عرض على GitHub↗5,629
  • theporgs/exegolالصورة الرمزية لـ ThePorgs

    ThePorgs/Exegol

    2,925عرض على GitHub↗

    Exegol is an offensive security platform and containerized tooling orchestrator designed to deploy and manage isolated security operations environments. It functions as a workspace manager that provisions pre-configured security images and toolkits within Docker containers to protect host systems from malicious payloads. The platform distinguishes itself by integrating AI security workflow orchestration, allowing AI assistants to discover and trigger security tools through a standardized communication protocol. It further provides remote desktop gateway capabilities, enabling GUI access via X

    Deletes operational containers and cleans up outdated images to reclaim disk space.

    Pythonctfdockerhacking
    عرض على GitHub↗2,925
  • nicholas-fedor/watchtowerالصورة الرمزية لـ nicholas-fedor

    nicholas-fedor/watchtower

    2,771عرض على GitHub↗

    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

    Reclaims disk space by removing obsolete container images and anonymous volumes after updates.

    Gocommunity-projectdockergo
    عرض على GitHub↗2,771
  1. Home
  2. DevOps & Infrastructure
  3. Container Lifecycle Cleanup

استكشف الوسوم الفرعية

  • Automatic Reboot and Upgrade CleanupsAutomatically cleans up containers after a reboot and images after an upgrade, improving CNI resource cleanup without requiring an external command. **Distinct from Container Lifecycle Cleanup:** Distinct from Container Lifecycle Cleanup: specifically triggered by reboot and upgrade events, not general lifecycle management.