Open TaDiVi2212 opened 2 months ago
This is happening to me as well, even in current 4.34.2
version. I am using Windows 11. This is important because we usually have to click this option to actually free storage. But with this bug, I have to either downgrade docker or wait for a fix.
Hey! Thanks for the report, we've escalated this issue, and a fix for this will be available in the next Docker Desktop release.
What I'm currently doing to purge data as a workaround is manually cleaning the virtual disk, this way:
wsl --shutdown
diskpart
select vdisk file="C:\Users\USER\AppData\Local\Docker\wsl\disk\docker_data.vhdx"
attach vdisk readonly
compact vdisk
detach vdisk
exit
Not ideal but gets it done :/
Description
When i click to button Clean/Purge data on Help->Troubleshooting->Clean/Purgedata. Docker desktop not cleaning any data to spacing my storage
Reproduce
Expected behavior
No response
docker version
docker info
Diagnostics ID
25E179B8-F1D1-4CC0-8B1B-E57590DE3A71/20240909095847
Additional Info
No response