awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
spotify avatar

spotify/docker-gcArchived

0
View on GitHub↗
5,019 stele·437 fork-uri·Shell·Apache-2.0·16 vizualizări

Docker Gc

docker-gc este un instrument de garbage collection pentru host-urile Docker, conceput pentru a recupera spațiul pe disc prin eliminarea automată a containerelor ieșite, a imaginilor neutilizate și a volumelor orfane. Funcționează ca un cleaner de resurse care optimizează stocarea host-ului prin gestionarea ciclului de viață al resurselor de containere orfane sau inactive.

Utilitarul gestionează retenția imaginilor prin păstrarea unui număr minim de cele mai recente imagini per repository, ștergând în același timp versiunile mai vechi. Utilizează perioade de grație configurabile pentru a determina când imaginile și containerele devin eligibile pentru ștergere și suportă excluderea bazată pe tipare pentru a preveni vizarea unor active specifice.

Instrumentul acoperă o gamă largă de operațiuni de întreținere, inclusiv selecția resurselor bazată pe stare pentru a identifica candidații pentru eliminare și curățarea artefactelor temporare pentru a menține sănătatea sistemului.

Features

  • Unused Container Resource Pruning - Provides a CLI tool for removing dangling images, stopped containers, and unused volumes to reclaim host disk space.
  • Container Maintenance - Automates the cleanup of temporary Docker artifacts to maintain the health of development and production servers.
  • Container Image Retention Policies - Implements chronological pruning of Docker images while respecting minimum retention counts per repository.
  • Container Storage Optimization - Prevents Docker host disk exhaustion by cleaning up orphaned containers and volumes.
  • Container State Filtering - Identifies candidates for removal by filtering for specific states like exited containers or dangling volumes.
  • Container Garbage Collection - Provides automated garbage collection for unused container images, exited containers, and dangling volumes.
  • Dangling Volume Cleanup - Purges dangling Docker volumes and unused resources to prevent host disk space exhaustion.
  • Repository-Aware Image Retention - Tracks the most recent images per repository to maintain a minimum count of preserved builds.
  • Unused Image Pruning - Removes unused or old Docker images to reclaim disk space on the host system.
  • Container Lifecycle Cleanup - Automatically deletes exited Docker containers based on age or specific grace periods.
  • Docker Engine API Clients - Utilizes the Docker Engine API to programmatically query and delete host containers, images, and volumes.
  • Docker - Purges inactive Docker resources based on configurable grace periods and retention rules.
  • Image Version Retention Management - Preserves a minimum number of recent Docker images while deleting older versions.
  • Image Version Retention - Keeps a specified minimum number of the most recent images for each repository to avoid deleting active versions.
  • Resource Identifier Matching Protections - Prevents specific Docker resources from being garbage collected by matching name patterns or unique identifiers.
  • Resource Deletion - Provides configurable grace periods to ensure only resources older than a specific threshold are deleted.
  • Container Utilities - Automated garbage collection for containers and images.

Istoric stele

Graficul istoricului de stele pentru spotify/docker-gcGraficul istoricului de stele pentru spotify/docker-gc

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Docker Gc

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Docker Gc.
  • chadoe/docker-cleanup-volumesAvatar chadoe

    chadoe/docker-cleanup-volumes

    1,437Vezi pe 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

    Shell
    Vezi pe GitHub↗1,437
  • eon01/dockercheatsheetAvatar eon01

    eon01/DockerCheatSheet

    3,938Vezi pe GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

    Vezi pe GitHub↗3,938
  • docker/docker-pyAvatar docker

    docker/docker-py

    7,184Vezi pe GitHub↗

    docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a programmatic interface for controlling containers, images, and clusters, allowing for the automation of containerized applications and engine resources. The library enables remote Docker administration through various transport methods, including Unix domain sockets, TCP ports, and encrypted SSH tunnels. It handles real-time data links by using WebSockets to stream input and output from active containers. The project covers container lifecycle control, image management for buil

    Python
    Vezi pe GitHub↗7,184
  • apocas/dockerodeAvatar apocas

    apocas/dockerode

    4,910Vezi pe GitHub↗

    Dockerode is a Node.js library that provides programmatic management of Docker containers, images, and volumes by acting as a wrapper for the Docker Remote API. It enables JavaScript applications to interact with a Docker engine via Unix sockets or TCP network interfaces. The project covers container lifecycle management, including launching instances and executing commands with bidirectional input and output streaming. It also provides capabilities for building container images, pulling images from registries, and configuring virtual networks. Additional functionality includes the coordinat

    JavaScript
    Vezi pe GitHub↗4,910
Vezi toate cele 30 alternative pentru Docker Gc→

Întrebări frecvente

Ce face spotify/docker-gc?

docker-gc este un instrument de garbage collection pentru host-urile Docker, conceput pentru a recupera spațiul pe disc prin eliminarea automată a containerelor ieșite, a imaginilor neutilizate și a volumelor orfane. Funcționează ca un cleaner de resurse care optimizează stocarea host-ului prin gestionarea ciclului de viață al resurselor de containere orfane sau inactive.

Care sunt principalele funcționalități ale spotify/docker-gc?

Principalele funcționalități ale spotify/docker-gc sunt: Unused Container Resource Pruning, Container Maintenance, Container Image Retention Policies, Container Storage Optimization, Container State Filtering, Container Garbage Collection, Dangling Volume Cleanup, Repository-Aware Image Retention.

Care sunt câteva alternative open-source pentru spotify/docker-gc?

Alternativele open-source pentru spotify/docker-gc includ: chadoe/docker-cleanup-volumes — Docker cleanup volumes is a containerized system maintenance tool and shell script designed to scan host systems and… docker/docker-py — docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a… eon01/dockercheatsheet — This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured… docker-archive-public/docker.kitematic — Kitematic is a graphical user interface for managing and running Docker containers on desktop operating systems. It… apocas/dockerode — Dockerode is a Node.js library that provides programmatic management of Docker containers, images, and volumes by… donknap/dpanel — dpanel is a web-based Docker management interface and remote server manager. It serves as a container lifecycle tool…