aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2024-04-08 13:12:35 +0000
committersickcodes <[email protected]>2024-04-08 13:12:35 +0000
commit37aad0460d83cea1be73bc8b85d6a10d6582d856 (patch)
treea03f376ba18edee04e2a5419d9689fa8c2521c16 /README.md
parentAdd tests/sonoma_master.png (diff)
downloaddocker-osx-sonoma.tar.xz
docker-osx-sonoma.zip
Add sonoma to README with special flagssonoma
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7599855..0a060c7 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,9 @@ docker run -it \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-e GENERATE_UNIQUE=true \
- -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
+ -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-sonoma-custom.plist' \
sickcodes/docker-osx:sonoma
# docker build -t docker-osx --build-arg SHORTNAME=sonoma .