mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-25 03:28:37 +08:00
Add sonoma to README with special flags
This commit is contained in:
parent
54c96557c0
commit
37aad0460d
@ -121,7 +121,9 @@ docker run -it \
|
|||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
-e "DISPLAY=${DISPLAY:-:0.0}" \
|
-e "DISPLAY=${DISPLAY:-:0.0}" \
|
||||||
-e GENERATE_UNIQUE=true \
|
-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
|
sickcodes/docker-osx:sonoma
|
||||||
|
|
||||||
# docker build -t docker-osx --build-arg SHORTNAME=sonoma .
|
# docker build -t docker-osx --build-arg SHORTNAME=sonoma .
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
# scrot -o big-sur_master.png
|
# scrot -o big-sur_master.png
|
||||||
# scrot -o monterey_master.png
|
# scrot -o monterey_master.png
|
||||||
# scrot -o ventura_master.png
|
# scrot -o ventura_master.png
|
||||||
|
# scrot --overwrite --display :99 --file ~/${TEST}.png
|
||||||
# pull off remote server to the tests folder
|
# pull off remote server to the tests folder
|
||||||
# REMOTE_SERVER=
|
# REMOTE_SERVER=
|
||||||
# scp root@"${REMOTE_SERVER}":~/*_master.png .
|
# scp root@"${REMOTE_SERVER}":~/*_master.png .
|
||||||
@ -30,6 +31,7 @@ TESTS=(
|
|||||||
big-sur
|
big-sur
|
||||||
monterey
|
monterey
|
||||||
ventura
|
ventura
|
||||||
|
sonoma
|
||||||
)
|
)
|
||||||
|
|
||||||
# test each docker image to see if they boot to their unique respective installation screens.
|
# test each docker image to see if they boot to their unique respective installation screens.
|
||||||
|
Loading…
Reference in New Issue
Block a user