File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff 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
362362ENV BASESYSTEM_IMAGE=BaseSystem.img
363363
Original file line number Diff line number Diff 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://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
159178
160179```bash
You can’t perform that action at this time.
0 commit comments