[PR #875] [MERGED] Add Sequoia to README.md #808

Closed
opened 2025-12-29 06:23:01 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: sequoia


📝 Commits (1)

📊 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

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.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/875 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `sequoia` --- ### 📝 Commits (1) - [`2d4cc60`](https://github.com/sickcodes/Docker-OSX/commit/2d4cc6057245c338e62e21e370c79fedaf736efd) Add Sequoia to README.md ### 📊 Changes **2 files changed** (+31 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -2) 📝 `README.md` (+29 -10) </details> ### 📄 Description Uses same plist as Sonoma. Just needed `-e SHORTNAME=sequoia`. Works already, this PR just adds to the README.md ```bash 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 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 06:23:01 +01:00
adam closed this issue 2025-12-29 06:23:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#808