Docker Desktop Fills Up Your Mac Drive?
Docker Desktop can fill a Mac through images, containers, build cache, and volumes. The safest cleanup starts with Docker's own storage report.
Run This First
docker system df
This separates images, containers, local volumes, and build cache. That separation matters because volumes may contain databases or local state.
Lower-Risk Cleanup
- Unused build cache after you confirm projects can rebuild.
- Stopped containers that do not contain useful local state.
- Old images for projects you no longer run.
Review First
- Named volumes used by databases, queues, or local dev services.
- The Docker.raw disk image itself.
- Images used by active client or production-like projects.
Get a Docker cleanup order
SafeDisk turns Docker storage output plus Mac folder sizes into a safe/review/do-not-touch cleanup order.
curl -O https://site-iota-ebon-80.vercel.app/scan.sh && bash scan.sh