Skip to content

Commit fa8c1c4

Browse files
authored
Merge pull request #907 from sickcodes/tahoe
Add tahoe (use same plist as sonoma)
2 parents 7f31e91 + bd61073 commit fa8c1c4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ VOLUME ["/tmp/.X11-unix"]
357357
# If BaseSystem.img does not exist, download ${SHORTNAME}
358358

359359
# shortname default is below
360-
ENV SHORTNAME=sequoia
360+
ENV SHORTNAME=tahoe
361361

362362
ENV BASESYSTEM_IMAGE=BaseSystem.img
363363

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)