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-sur
and when booting and installing OS X, it prompts me to install Monterey, why is this?
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-sur`
and when booting and installing OS X, it prompts me to install Monterey, why is this?
@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
I would like some feedback on the proposed changes
@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-sierra`
I would like some feedback on the proposed changes
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 😅
@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 😅
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 @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 😅