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:latest
It 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.
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:latest
`
It 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):
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.