DiskBroom › What it cleans › Docker Desktop using huge disk space on Mac
~/Library/Containers/com.docker.docker/Data/vms/0/data/Docker.raw
Docker Desktop keeps everything — images, containers, build cache, and volumes — inside one virtual disk file. macOS shows the file at its high-water mark: space freed inside Docker doesn't shrink the file until Docker compacts it.
Commonly 20–60 GB for regular users; the default disk limit is 64 GB and CI-style workflows fill it. The Docker Desktop dashboard shows the true internal usage.
Images and build cache re-pull and rebuild — losing them costs time only. Volumes are different: they hold real data (databases, uploaded files). Pruning images is routine; pruning volumes deletes data that may exist nowhere else.
Yours to decide. Images rebuild, but volumes can hold the only copy of real data. This one is genuinely your call.
Prefer not to do this by hand every time? DiskBroom scans this location (and every other one on its published list), shows the size, rates the risk with the same shape you see above, and asks before anything moves — everything goes to the Trash, never past it. Scanning is free forever.
Something missing, or wrong in this guide? Request a feature · Report a problem