Skip to content
Draft
Changes from all commits
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 mutable `latest` tag is intentional: Docker-OSX's [current Ventura example](https://github.com/sickcodes/Docker-OSX#ventura-13-) uses this image with `SHORTNAME=ventura`. If this command stops working, compare it with that upstream example. This guidance was last verified on July 27, 2026. The first run takes a while because it downloads the Docker-OSX image and generates a unique serial number and boot disk for your Mac VM.

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

Expand Down