[GH-ISSUE #631] Clean Docker-OSX installation #474

Open
opened 2026-02-27 23:00:42 +03:00 by kerem · 3 comments
Owner

Originally created by @marcoriesco on GitHub (Feb 7, 2023).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/631

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). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/631 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
Author
Owner

@DenisLevy76 commented on GitHub (Mar 23, 2023):

I want to know too. Did you manage to find the solution?

<!-- gh-comment-id:1481445608 --> @DenisLevy76 commented on GitHub (Mar 23, 2023): I want to know too. Did you manage to find the solution?
Author
Owner

@nnzv commented on GitHub (Apr 6, 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:

% docker system prune -a
<!-- gh-comment-id:1499730765 --> @nnzv commented on GitHub (Apr 6, 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 ```
Author
Owner

@PTAHume commented on GitHub (May 5, 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
<!-- gh-comment-id:1536875210 --> @PTAHume commented on GitHub (May 5, 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 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#474
No description provided.