From 2308fabaf83fea230374ef76e64c07d217724145 Mon Sep 17 00:00:00 2001 From: "sound:1" Date: Sat, 9 Nov 2024 14:06:13 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d3b0e76..0d3fe12 100644 --- a/README.md +++ b/README.md @@ -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 \ + docker-osx +``` + #### 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 From 770c1c9d15348ca9024ca5e071d1f491405c28ac Mon Sep 17 00:00:00 2001 From: "sound:1" Date: Sat, 9 Nov 2024 14:09:20 +0100 Subject: [PATCH 2/2] fix command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d3fe12..0034a5a 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ docker run -it \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ -e SHORTNAME=sequoia \ - docker-osx + 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)