Compare commits

...

3 Commits

Author SHA1 Message Date
sound:1
a069570b19
Merge 770c1c9d15 into fb8aa4b248 2024-11-18 09:38:33 -05:00
sound:1
770c1c9d15
fix command 2024-11-09 14:09:20 +01:00
sound:1
2308fabaf8
Update README.md 2024-11-09 14:06:13 +01:00

View File

@ -136,6 +136,21 @@ docker run -it \
# docker build -t docker-osx .
```
### Sequoia (15)
```bash
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
-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 SHORTNAME=sequoia \
sickcodes/docker-osx:latest
```
#### Run Catalina Pre-Installed [![https://img.shields.io/docker/image-size/sickcodes/docker-osx/auto?label=sickcodes%2Fdocker-osx%3Aauto](https://img.shields.io/docker/image-size/sickcodes/docker-osx/auto?label=sickcodes%2Fdocker-osx%3Aauto)](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
```bash