Original PR: https://github.com/sickcodes/Docker-OSX/pull/875 Author: @sickcodes Created: 3/30/2025 Status: ✅ Merged Merged: 3/30/2025 Merged by: @sickcodes
Base: master ← Head: sequoia
master
sequoia
2d4cc60
2 files changed (+31 additions, -12 deletions)
📝 Dockerfile (+2 -2) 📝 README.md (+29 -10)
Dockerfile
README.md
Uses same plist as Sonoma. Just needed -e SHORTNAME=sequoia. Works already, this PR just adds to the README.md
-e SHORTNAME=sequoia
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 CPU='Haswell-noTSX' \ -e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \ -e SHORTNAME=sequoia \ sickcodes/docker-osx:latest
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/875
Author: @sickcodes
Created: 3/30/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @sickcodes
Base:
master← Head:sequoia📝 Commits (1)
2d4cc60Add Sequoia to README.md📊 Changes
2 files changed (+31 additions, -12 deletions)
View changed files
📝
Dockerfile(+2 -2)📝
README.md(+29 -10)📄 Description
Uses same plist as Sonoma. Just needed
-e SHORTNAME=sequoia. Works already, this PR just adds to the README.md🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.