Skip to content

Commit 0b9ba99

Browse files
committed
Add tahoe (use same plist as sonoma)
1 parent 7f31e91 commit 0b9ba99

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,25 @@ docker run -it \
155155
# docker build -t docker-osx .
156156
```
157157

158+
### 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)
159+
160+
```bash
161+
162+
docker run -it \
163+
--device /dev/kvm \
164+
-p 50922:10022 \
165+
-v /tmp/.X11-unix:/tmp/.X11-unix \
166+
-e "DISPLAY=${DISPLAY:-:0.0}" \
167+
-e GENERATE_UNIQUE=true \
168+
-e CPU='Haswell-noTSX' \
169+
-e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on' \
170+
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist' \
171+
-e SHORTNAME=tahoe \
172+
sickcodes/docker-osx:latest
173+
```
174+
175+
# docker build -t docker-osx .
176+
158177
<!-- #### Run Catalina Pre-Installed [![https://img.shields.io/docker/image-size/sickcodes/docker-osx/auto?label=sickcodes%2Fdocker-osx%3Aauto](https://img.shields.io/docker/image-size/sickcodes/docker-osx/auto?label=sickcodes%2Fdocker-osx%3Aauto)](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
159178
160179
```bash

0 commit comments

Comments
 (0)