Hello I ran this
docker run -it
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist
sickcodes/docker-osx:big-sur
And formatted my largest qemu harddisk to APFS format which is about 214Gb. Virtualization is enabled in the bios. And I have an i5 8th gen intel laptop with 24Gb ram. So it should be capable enough.
But it getting stuck at installation stage. It keeps showing 2 hours and 19 minutes remaining.....and the progress bar move at all. What might be the issue?



Hello I ran this
docker run -it
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist
sickcodes/docker-osx:big-sur
And formatted my largest qemu harddisk to APFS format which is about 214Gb. Virtualization is enabled in the bios. And I have an i5 8th gen intel laptop with 24Gb ram. So it should be capable enough.
But it getting stuck at installation stage. It keeps showing 2 hours and 19 minutes remaining.....and the progress bar move at all. What might be the issue?


