From 3a2113aa60cd75c0261717df9a2681370971a280 Mon Sep 17 00:00:00 2001 From: qby <5731587-qby@users.noreply.gitlab.com> Date: Thu, 18 Jan 2024 18:45:57 +0000 Subject: [PATCH] Add new file --- nongnu/packages/docker-osx-ventura.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nongnu/packages/docker-osx-ventura.scm diff --git a/nongnu/packages/docker-osx-ventura.scm b/nongnu/packages/docker-osx-ventura.scm new file mode 100644 index 0000000..7d5403f --- /dev/null +++ b/nongnu/packages/docker-osx-ventura.scm @@ -0,0 +1,10 @@ +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' \ + sickcodes/docker-osx:ventura + +# docker build -t docker-osx --build-arg SHORTNAME=ventura .