All OSX image are base on image from sickcodes
For more information : https://github.com/sickcodes/Docker-OSX
- user = user
- password = alpine
docker run -it --name docker_macosx --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" mickjol/macos-bigsur:base
docker start -ai docker_macosx
docker cp docker_macosx:/home/arch/OSX-KVM/mac_hdd_ng.img .
qemu-img convert -O qcow2 mac_hdd_ng.img deduped.img
qemu-img convert -c -O qcow2 deduped.img compressed.img