mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #126] Not working after system restart. #101
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/126
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.