
PruneMate
Flask-based web UI for scheduled Docker resource cleanup
PruneMate is a lightweight web interface that automates Docker resource cleanups on a configurable schedule. It provides prune previews, reporting, and optional authentication to help manage unused containers, images, networks, volumes and build cache across one or more Docker hosts. (github.com)
Key Features
- Flexible scheduling: Daily, weekly or monthly automated prune runs, plus an option for manual-only mode. (github.com)
- Prune preview: Shows which containers, images, networks, volumes and build cache will be removed before executing a prune. (github.com)
- Multi-host support: Manage multiple Docker hosts from one UI (remote hosts require a socket proxy). (github.com)
- Selective cleanup: Enable or disable specific resource types (containers, images, networks, volumes, build cache) per run. (github.com)
- Reporting & statistics: All-time cumulative statistics for space reclaimed and resources deleted, with detailed run logs. (github.com)
- Notifications: Integrations for Gotify, ntfy.sh, Discord and Telegram to receive prune results. (github.com)
- Multi-architecture Docker images and simple Docker Compose or Docker Run deployment. (hub.docker.com)
Use Cases
- Keep developer or CI/CD Docker hosts from filling up by scheduling regular automated prune jobs and tracking reclaimed space. (github.com)
- Provide a safe manual review workflow for operators to preview and approve prunes on production-adjacent hosts. (github.com)
- Centralize cleanup across multiple runner or edge hosts, with notifications for each run to maintain visibility. (github.com)
Limitations and Considerations
- PruneMate executes Docker's native prune operations; volumes and other resources Docker considers "unused" may be removed, which can cause data loss if volumes contain important data — review previews carefully before running. (github.com)
- Requires access to the Docker socket (/var/run/docker.sock) for host control; exposing the socket introduces a broad privilege/security risk and should be protected with appropriate network and host controls. (github.com)
- Designed as a lightweight scheduler/UI; it does not provide advanced cluster orchestration or deep container lifecycle management features beyond prune operations and reporting. (github.com)
PruneMate is a practical tool for teams and hobbyists who want a minimal web UI to schedule, preview and track Docker cleanup jobs. It is distributed as a Docker image and configured primarily via environment variables and a small configuration directory for logs and persisted state. (github.com)
Categories:
Tags:
Tech Stack:
Similar Services

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Coolify
Self-hosted PaaS for deploying apps, databases, and services
Open-source, self-hostable PaaS to deploy websites, full-stack apps, databases, and Docker services on your own servers with Git-based CI/CD workflows.

Portainer
Web UI and API for managing Docker and Kubernetes environments
Lightweight web-based platform to manage Docker, Swarm and Kubernetes resources with a GUI and API, including access control and multi-environment operations.


CasaOS
Personal cloud dashboard and app store for Docker-based home servers
Open-source personal cloud system with a web dashboard, app store, and file management to run and manage Docker apps on home servers and SBCs.


Dokku
Docker-powered PaaS for deploying apps on a single host
Dokku is a self-hosted, Docker-based mini PaaS that lets you deploy Heroku-style apps via Git push, using buildpacks or Dockerfiles with plugin-managed services.

Dokploy
Self-hosted PaaS to deploy and manage containerized apps and databases.
Open-source self-hostable PaaS for deploying containerized applications and managing databases with Docker Compose, Traefik, monitoring, and backups.
Gunicorn
Docker
Python