mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-12 05:20:27 +01:00
Preinstalled Catalina not working #248
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 @giaur500 on GitHub (Sep 25, 2021).
Downloaded everything, then started co copy disk between layers. When finished, it only floods with messages like this:
Repeating until able to copy SSH key into OSX...
/usr/sbin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/arch/.ssh/id_docker_osx.pub"
ssh: connect to host 127.0.0.1 port 10022: Connection refused
So, I stopped container and started it again. It again starts to copy disk between layers, eating even more disk space. Not able to run, no more disk space available.
@sickcodes commented on GitHub (Sep 27, 2021):
Option 1:
Or delete ALL old Docker images.
You can delete ALL docker related containers by
@giaur500 commented on GitHub (Sep 27, 2021):
I know how to clear data. However, that container actually does not work. I did not try to build container yet.
@sickcodes commented on GitHub (Sep 29, 2021):
The auto container is 20GB + 20GB working image, plus every time you run auto without
--rmit will use another 20G@marcotuna commented on GitHub (Oct 27, 2021):
I am having the same issue.
Here's a full log:
It seems that
/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore-nopicker.qcow2is missing.I went inside the container and performed a find to see if there was some qcow2 files and there was a file named
/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2It seems that the
-nopickeris missing from the file name?I managed to fix by doing the following:
Starting the container
Entering inside the container
Creating a link with the correct filename pointing to existing file
@sickcodes commented on GitHub (Oct 27, 2021):
The pre-installed nopicker was removed upstream and I haven't got around to fixing a libguestfs issue. It seems to change frequently which is why I think upstream uses the prebuilt bin images.
You can generate one
-e GENERATE_UNIQUE=true