mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
Cannot run the docker again on Ubuntu 20.04 #342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cyrilfr on GitHub (Mar 25, 2022).
I ran this command on Ubuntu 20.04 in order to install macOS Monterey:
I installed macOS and shutdown the system.
Now that I want to run the Docker again, I get this error:
fatal: could not create work tree dir 'OpenCorePkg': No space left on deviceI check the space left on my partition and I have 5GB left. When I ran the command for the first time, I had 100GB left!
How is that possible? How can I change de disk space allocated for macOS (I want 80GB only)?
Edit:
I tried to change
SIZEin Dockerfile.monterey and to pass--build-arg SIZE=80Gat build but nothing changes. The size remains at 256GB.@slonopotamus commented on GitHub (May 3, 2022):
So what do you expect from this issue? That someone buys you a bigger storage?
@cyrilfr commented on GitHub (May 4, 2022):
I expect that it just works...
In the meanwhile, I used another option. Thanks.
@ilyakatz commented on GitHub (Jan 6, 2023):
@cyrilfr which option did you use? i also run into this issue and it's not my hardware, i have gigabytes of extra space
@cyrilfr commented on GitHub (Jan 6, 2023):
@ilyakatz I decided to directly use https://github.com/kholia/OSX-KVM
@ilyakatz commented on GitHub (Jan 11, 2023):
thanks @cyrilfr that worked! Looks like it's a pretty common problem, here is how to resolve it to those who want a real answer https://github.com/foxlet/macOS-Simple-KVM/issues/272, but can't use this project at the moment