From 0b9ba99eb1cc4cfa0db92bba9e5811ecea9a3d7e Mon Sep 17 00:00:00 2001 From: sickcodes Date: Tue, 11 Nov 2025 04:21:11 +0000 Subject: [PATCH 1/2] Add tahoe (use same plist as sonoma) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e4e9ee2..ee714ed 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,25 @@ docker run -it \ # docker build -t docker-osx . ``` +### Tahoe (16) [![https://img.shields.io/docker/image-size/sickcodes/docker-osx/latest?label=sickcodes%2Fdocker-osx%3Alatest](https://img.shields.io/docker/image-size/sickcodes/docker-osx/latest?label=sickcodes%2Fdocker-osx%3Alatest)](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated) + +```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=tahoe \ + sickcodes/docker-osx:latest +``` + +# docker build -t docker-osx . +