aeneasr/dockerstats — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2021-04-07
Check which Docker image has the most active user base before choosing one for a project
See whether a Docker image's popularity is trending upward or has peaked
Track shifts in which Docker tools and images the community prefers over time
| aeneasr/dockerstats | 0xbennie/binance-smart-money-tracker | fuergaosi233/claude-codex | |
|---|---|---|---|
| Stars | 44 | 44 | 44 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2021-04-07 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | hard | moderate | hard |
| Complexity | 3/5 | 3/5 | 5/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Docker Hub's API rate limits now make it impossible to collect data at scale, so the project no longer works.
Dockerstats was a website that tracked how many times Docker images were being downloaded over time. Instead of just seeing the current download count for an image like nginx, you could see a historical chart showing how downloads grew month by month or year by year. This gave developers insight into which Docker images were gaining or losing popularity. The project worked by regularly checking Docker Hub's public API, the central repository where Docker images are stored, and recording the download numbers it found. Over time, it built up a database of these statistics, which the website then visualized as charts. So if you wanted to know whether a particular image was trending upward or had peaked, you could visit dockerstats.com and see the trend at a glance. The typical user would be a developer choosing between different Docker images for a project. By seeing which images were most popular and how their popularity changed, you could make more informed decisions about which one to use. For example, if you were picking a database image, you might check dockerstats to see which option had the most active user base. DevOps teams or researchers tracking the ecosystem could also use it to understand shifts in what tools and images the community preferred. However, the project is no longer active. Docker Hub changed its API and introduced rate limits that made it impossible to collect statistics on all images at scale the way the project originally did. Without the ability to gather fresh data, the site can no longer function, and the creator decided to archive the repository rather than continue maintaining it.
A now-archived website that tracked historical Docker Hub download counts over time, showing charts of which images were gaining or losing popularity.
Mainly TypeScript. The stack also includes TypeScript, Docker Hub API.
Dormant — no commits in 2+ years (last push 2021-04-07).
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.