Originally created by @marcoriesco on GitHub (Feb 7, 2023).
Installed and ran perfect, used only for testing. Now I'm not finding the QEMU image, it's taking up too much space, where can I find it to remove?
I've already deleted the images and the docker container and it's still allocating a lot of space
Originally created by @marcoriesco on GitHub (Feb 7, 2023).
Installed and ran perfect, used only for testing. Now I'm not finding the QEMU image, it's taking up too much space, where can I find it to remove?
* I've already deleted the images and the docker container and it's still allocating a lot of space
Installed and ran perfect, used only for testing. Now I'm not finding the QEMU image, it's taking up too much space, where can I find it to remove?
I've already deleted the images and the docker container and it's still allocating a lot of space
That's an odd situation. For me, using docker rm -f was like magic, it worked perfectly. Consider running the below command to delete any unwanted docker junk:
% docker system prune -a
@nnzv commented on GitHub (Apr 7, 2023):
> Installed and ran perfect, used only for testing. Now I'm not finding the QEMU image, it's taking up too much space, where can I find it to remove?
>
> * I've already deleted the images and the docker container and it's still allocating a lot of space
That's an odd situation. For me, using `docker rm -f` was like magic, it worked perfectly. Consider running the below command to delete any unwanted docker junk:
```bash
% docker system prune -a
```
you can also use this command to optimise the vhdx file size with
Optimize-VHD -Path "C:\Users\YOURNAME\AppData\Local\Docker\wsl\data\ext4.vhdx" -Mode Full
@PTAHume commented on GitHub (May 6, 2023):
you can also use this command to optimise the vhdx file size with
```
Optimize-VHD -Path "C:\Users\YOURNAME\AppData\Local\Docker\wsl\data\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 @marcoriesco on GitHub (Feb 7, 2023).
Installed and ran perfect, used only for testing. Now I'm not finding the QEMU image, it's taking up too much space, where can I find it to remove?
@DenisLevy76 commented on GitHub (Mar 23, 2023):
I want to know too. Did you manage to find the solution?
@nnzv commented on GitHub (Apr 7, 2023):
That's an odd situation. For me, using
docker rm -fwas like magic, it worked perfectly. Consider running the below command to delete any unwanted docker junk:@PTAHume commented on GitHub (May 6, 2023):
you can also use this command to optimise the vhdx file size with