Kevin Veen-Birkenbach 39f8ccb376 Update README.md
2025-04-07 14:47:10 +02:00
2025-04-07 14:40:00 +02:00
2025-04-07 14:40:32 +02:00
2025-04-07 14:47:10 +02:00

🧹 Docker Volume Cleaner

Docker Volume Cleaner is a lightweight Python tool that helps you identify and remove unused anonymous Docker volumes — including symlinks and their targets 🗑️

Keep your Docker environment tidy, automated, and efficient 🚀


📦 Installation

Install it using Kevins Package Manager with the alias:

pkgmgr install dockreap

dockreap is the alias for this tool within pkgmgr.
Repository: github.com/kevinveenbirkenbach/docker-volume-cleaner


⚙️ Features

  • Detects all anonymous Docker volumes (64-character hashes)
  • Skips whitelisted volumes
  • Skips bootstrap mounts (/var/www/bootstrap)
  • Cleans up symlinks and their target directories
  • Optional confirmation prompt via --no-confirmation
  • Pure Python — no dependencies

📜 License

This project is licensed under the MIT License.


🤖 Built with ChatGPT

Developed with the help of ChatGPT 🤝


👤 Author

Kevin Veen-Birkenbach
🌍 https://www.veen.world/

Description
A Python tool to safely detect and remove unused anonymous Docker volumes. Supports whitelisting, symlink cleanup, and optional confirmation prompts. Ideal for keeping your Docker environment clean and efficient.
Readme MIT 60 KiB
Languages
Python 93.4%
Makefile 6.6%