79566287

Date: 2025-04-10 09:49:53
Score: 1
Natty:
Report link

Linux. Seems like Docker Desktop stores all cached data in only 1 file:

.docker/desktop/vms/0/data/Docker.raw

And i can't delete it with:

what-ever prune -af

Check disk usage in your .docker dir:

sudo apt install ncdu
cd ~/.docker
ncdu
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shelmn