awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
chadoe avatar

chadoe/docker-cleanup-volumes

0
View on GitHub↗
1,437 stars·195 forks·Shell·MIT·17 viewsregistry.hub.docker.com/u/martin/docker-cleanup-volumes↗

Docker Cleanup Volumes

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 containerized maintenance task by mounting the local host daemon socket and storage directories.

Features

  • Volume Deletions - Deletes unused storage volumes that are no longer attached to any active containers to reclaim disk space.
  • Orphaned Volume Cleanups - Deletes unused Docker volumes that are no longer attached to active containers to reclaim disk space.
  • Containerized Task Execution - Executes routine cleanup tasks inside an isolated container environment.
  • Dangling Volume Cleanup - Scans the host to delete unused Docker volumes and reclaim disk space from orphaned data.
  • Volume Management - Cleans up unused and orphaned Docker storage volumes across a system to free up valuable disk space.
  • Container Resource Inspections - Inspects container configuration metadata to identify which volumes are actively attached versus orphaned.
  • Containerized Storage Maintenance Tools - Runs inside an isolated container to manage host storage through mounted daemon sockets.
  • Container Maintenance - Automates system maintenance routines inside containers to keep host storage organized and lean.
  • Storage Reclamation Utilities - Scans system storage to identify and purge leftover Docker assets and reclaim disk space.
  • Dry Run Simulations - Simulates cleanup operations to preview targeted storage items without making any actual changes.
  • Daemon Socket Mounts - Runs maintenance tasks inside an isolated container by mounting the local host daemon socket.
  • Deletion Previews - Simulates volume deletion runs to list targeted data assets before permanent removal.

Star history

Star history chart for chadoe/docker-cleanup-volumesStar history chart for chadoe/docker-cleanup-volumes

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Docker Cleanup Volumes

These projects share indexed features with Docker Cleanup Volumes. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • spotify/docker-gcspotify avatar

    spotify/docker-gc

    5,019View on GitHub↗

    docker-gc is a garbage collection tool for Docker hosts designed to reclaim disk space by automatically removing exited containers, unused images, and dangling volumes. It functions as a resource cleaner that optimizes host storage through the lifecycle management of orphaned or inactive container resources. The utility manages image retention by preserving a minimum number of the most recent images per repository while deleting older versions. It employs configurable grace periods to determine when images and containers become eligible for deletion and supports pattern-based exclusion to pre

    Shelldockergarbage-collectionshell
    View on GitHub↗5,019
  • pkolaczk/fclonespkolaczk avatar

    pkolaczk/fclones

    2,633View on GitHub↗

    fclones is a command-line tool designed to locate identical files across a filesystem by comparing file sizes and cryptographic hashes. It functions as a parallel filesystem scanner and a deduplication utility that identifies duplicate files to reclaim disk space. The tool distinguishes itself through a persistent hash cache system that stores hashes and metadata on disk to accelerate repeated scans. It employs a multi-phase scanning process and device-aware parallel I/O, which adjusts thread pools based on whether the storage is an SSD or HDD to maximize throughput. Beyond discovery, the pr

    Rust
    View on GitHub↗2,633
  • aws/copilot-cliaws avatar

    aws/copilot-cli

    3,735View on GitHub↗

    AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It serves as a container deployment tool, infrastructure orchestrator, and job runner, enabling the release of production-ready workloads through a simplified set of commands. The tool distinguishes itself by automating the entire application lifecycle, from initializing directory structures and manifests to managing continuous delivery pipelines with Git integration. It utilizes a manifest-based approach to generate and customize cloud infrastructure templates, allowing for the

    Goaws-apprunneraws-ecsaws-fargate
    View on GitHub↗3,735
  • collabnix/dockerlabscollabnix avatar

    collabnix/dockerlabs

    8,008View on GitHub↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    PHPadvancebeginnersdocker
    View on GitHub↗8,008
Compare all 30 related projects→

Frequently asked questions

What does chadoe/docker-cleanup-volumes do?

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.

What are the main features of chadoe/docker-cleanup-volumes?

The main features of chadoe/docker-cleanup-volumes are: Volume Deletions, Orphaned Volume Cleanups, Containerized Task Execution, Dangling Volume Cleanup, Volume Management, Container Resource Inspections, Containerized Storage Maintenance Tools, Container Maintenance.

Which projects share features with chadoe/docker-cleanup-volumes?

Projects with overlapping indexed features include: spotify/docker-gc — docker-gc is a garbage collection tool for Docker hosts designed to reclaim disk space by automatically removing… pkolaczk/fclones — fclones is a command-line tool designed to locate identical files across a filesystem by comparing file sizes and… eon01/dockercheatsheet — This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured… aws/copilot-cli — AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It… collabnix/dockerlabs — dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of… concourse/concourse — Concourse is a container-based continuous integration and delivery platform that functions as a distributed build…

Curated searches featuring Docker Cleanup Volumes

Hand-picked collections where Docker Cleanup Volumes appears.
  • Container maintenance tools