spotify/docker-gc
INACTIVE: Docker garbage collection of containers and images observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4455
- days_rel: n/a
- days_push: 2039
- n_releases_24m: 0
Adoption not part of the score
5014 stars · 432 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A shell script that performs garbage collection of exited Docker containers and unused Docker images, intended to run as a cron job or inside a Docker container. It is no longer maintained; the README recommends using `docker system prune` instead.
Use cases
- clean up exited docker containers older than an hour
- remove unused docker images to free disk space
- run docker cleanup as a cron job
- delete dangling docker volumes
- exclude specific images from docker cleanup
When to choose
- you are on a legacy system where built-in docker prune commands are unavailable
- you need the specific hour-based container removal and tag-preserving image cleanup behavior
When to avoid
- starting a new project - use `docker system prune` instead
- you need active maintenance, support, or new features
- you need fine-grained filtering beyond simple exclusions
Facets
cli-tool · maturity abandoned
developer-tools container-runtime cli developer-tools cli docker garbage-collection cleanup cron shell-script inactive devops containers linux
1 source
- readme: https://github.com/spotify/docker-gc · fetched 2026-08-28 · 5eaef653c84e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spotify/docker-gc | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="spotify/docker-gc")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem