mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-11-20 10:11:25 +01:00
Merge pull request #907 from sickcodes/tahoe
Add tahoe (use same plist as sonoma)
This commit is contained in:
commit
fa8c1c4f0a
@ -357,7 +357,7 @@ VOLUME ["/tmp/.X11-unix"]
|
|||||||
# If BaseSystem.img does not exist, download ${SHORTNAME}
|
# If BaseSystem.img does not exist, download ${SHORTNAME}
|
||||||
|
|
||||||
# shortname default is below
|
# shortname default is below
|
||||||
ENV SHORTNAME=sequoia
|
ENV SHORTNAME=tahoe
|
||||||
|
|
||||||
ENV BASESYSTEM_IMAGE=BaseSystem.img
|
ENV BASESYSTEM_IMAGE=BaseSystem.img
|
||||||
|
|
||||||
|
|||||||
19
README.md
19
README.md
@ -155,6 +155,25 @@ docker run -it \
|
|||||||
# docker build -t docker-osx .
|
# docker build -t docker-osx .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Tahoe (16) [](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 .
|
||||||
|
|
||||||
<!-- #### Run Catalina Pre-Installed [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
<!-- #### Run Catalina Pre-Installed [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user