Turns out there's a lot of temporary data that is used by Docker. To clean it up, try the following (courtesy Mr Davron):
- Open an elevated Powershell or CMD prompt
- `docker system prune --all`
- Right mouse click on docker desktop in system tray -> quit
- `wsl --shutdown`
- `Optimize-VHD -Path "$env:LOCALAPPDATA\Docker\wsl\data\ext4.vhdx" -Mode Full`
- Reboot
This freed up about 25GB on my machine.
No comments:
Post a Comment