mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Add sonoma to README with special flags
This commit is contained in:
parent
54c96557c0
commit
37aad0460d
2 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
# scrot -o big-sur_master.png
|
||||
# scrot -o monterey_master.png
|
||||
# scrot -o ventura_master.png
|
||||
# scrot --overwrite --display :99 --file ~/${TEST}.png
|
||||
# pull off remote server to the tests folder
|
||||
# REMOTE_SERVER=
|
||||
# scp root@"${REMOTE_SERVER}":~/*_master.png .
|
||||
|
@ -30,6 +31,7 @@ TESTS=(
|
|||
big-sur
|
||||
monterey
|
||||
ventura
|
||||
sonoma
|
||||
)
|
||||
|
||||
# test each docker image to see if they boot to their unique respective installation screens.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue