Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ docker run \
-e WIDTH=1920 \
-e HEIGHT=1080 \
-e GENERATE_UNIQUE=true \
sickcodes/docker-osx:ventura
-e SHORTNAME=ventura \
sickcodes/docker-osx:latest
Comment thread
qayshp marked this conversation as resolved.
```

This will take a while because it's downloading the image for Docker-OSX and generating a unique serial number and bootdisk for your mac VM.
The `latest` Docker-OSX image supports multiple macOS versions, so `SHORTNAME=ventura` selects the version tested by this guide. This will take a while because it's downloading the image for Docker-OSX and generating a unique serial number and bootdisk for your mac VM.

You may see a handful of errors particularly related to ALSA. These can be safely ignored.

Expand Down