you can delete the tar file or keep it as a backup; or compress your vm with
Optimize-VHD -Path "c:\location to vm\ext4.vhdx" -Mode Full
@PTAHume commented on GitHub (May 6, 2023):
just load up docker desktop, select images and delete the sickcode image, you can also move the vm to another drive with
```
wsl --shutdown
wsl --export docker-desktop-data C:\data.tar
wsl --unregister docker-desktop-data
wsl --import docker-desktop-data 'D:\Virtual Machines\Docker\\' 'c:\data.tar' --version 2
```
you can delete the tar file or keep it as a backup; or compress your vm with
```
Optimize-VHD -Path "c:\location to vm\ext4.vhdx" -Mode Full
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @DenisLevy76 on GitHub (Mar 17, 2023).
I need to free up space on my SSD, how do I delete the vm? I'm using windows
@PTAHume commented on GitHub (May 6, 2023):
just load up docker desktop, select images and delete the sickcode image, you can also move the vm to another drive with
you can delete the tar file or keep it as a backup; or compress your vm with
@DenisLevy76 commented on GitHub (May 10, 2023):
Thank you!
@PTAHume commented on GitHub (May 10, 2023):
np glad was able to help :)