mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Installing Monterey instead of Big Sur #270
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 @ghost on GitHub (Oct 31, 2021).
Hi,
I used this command:
sudo docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e RAM=8 \ -e CPU_STRING=$(nproc) \ sickcodes/docker-osx:big-surand when booting and installing OS X, it prompts me to install Monterey, why is this?
@sickcodes commented on GitHub (Oct 31, 2021):
Yeah I just noticed also, latest is not
big-suranymore@sickcodes commented on GitHub (Oct 31, 2021):
Will add high-sierra and mojave while I'm at it
@sickcodes commented on GitHub (Oct 31, 2021):
Fixing plus adding High Sierra and Mojave, via https://github.com/sickcodes/Docker-OSX/pull/374
In addition, submitted: https://github.com/kholia/OSX-KVM/pull/185 upstream to allow simple versioning
@sickcodes commented on GitHub (Nov 14, 2021):
--build-arg SHORTNAME=mojave--build-arg SHORTNAME=big-sur--build-arg SHORTNAME=monterey--build-arg SHORTNAME=catalina--build-arg SHORTNAME=high-sierraI would like some feedback on the proposed changes
@sickcodes commented on GitHub (Nov 17, 2021):
This was fixed, thanks for the patiences btw!
@Ayuubgaajo commented on GitHub (Nov 18, 2021):
@sickcodes
@sickcodes commented on GitHub (Nov 19, 2021):
Would you rather product ID download or using just "big-sur"
I started doing version number math decision tree but then I realized there was three decimal points 😅