Show detailed Docker disk usage entries in monitoring
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
The Docker Disk Usage card shows high-level totals for Images, Containers, Volumes, and Build Cache, but it does not show which specific entries are consuming the space. When disk usage grows, users still need to leave Dokploy and run Docker CLI commands to understand what can be cleaned up.
Describe the solution you'd like
Expand the existing Docker Disk Usage card with a collapsible breakdown that shows the largest entries under Images, Containers, Volumes, and Build Cache. The details should preserve the current summary chart while making the underlying disk usage easier to inspect from the Monitoring page.
A PR is already open for this implementation: #4573
Describe alternatives you've considered
The current workaround is to run docker system df -v manually on the server and compare the output with the summary card. This is useful but not convenient for users who are already using Dokploy's Monitoring page.
Additional context
The proposed PR continues using Docker's disk usage output, adds parser coverage for the detailed view, keeps the breakdown collapsible, and includes tests plus a screenshot.

Will you send a PR to implement it?
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with PR #4573, which implements this feature using Docker's detailed disk usage output. Review its parser coverage, tests, and screenshot, then verify that the existing summary chart remains intact and the detailed breakdown is collapsible for Images, Containers, Volumes, and Build Cache.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, typescript
- Domain
- devops, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100