mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Not working after system restart. #101
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 @henriquenunez on GitHub (Jan 17, 2021).
I've built the container and ran the installation process.
The command I used was:
docker run \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ sickcodes/docker-osx:latestIt worked on the first attempt, and I even managed to install Xcode.
Then, I rebooted my laptop, and when I try to run the container I have no QEMU window showing up or RAM usage increase.
Anyone facing the same problem? Thx
EDIT: The problem now is that macOS finds no bootable partition.
@henriquenunez commented on GitHub (Jan 17, 2021):
Forget about the screen problem, I was not using
xhost +.Now macOS boots, but it doesn't find my partition, and it wants to redo the installation process.
@henriquenunez commented on GitHub (Jan 17, 2021):
The problem was between the chair and the pc. Thx for the patience.