0

I tried to prune my Docker disk space, but Docker.raw is still very large:

docker system df 
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          0         0         0B        0B
Containers      0         0         0B        0B
Local Volumes   0         0         0B        0B
Build Cache     0         0         0B        0B

du -h Docker.raw
 42G    Docker.raw

How can I free up this space, that is apparently not used?

kerner1000
  • 3,382
  • 1
  • 37
  • 57
  • Just wait. It just needs some time to reallocate the space. [Docker Docs](https://docs.docker.com/desktop/faqs/macfaqs/) and scroll down a bit :) – Pixelbog Jan 19 '23 at 14:18

0 Answers0