nonguix/nongnu/packages/docker-osx-ventura.scm
2024-03-12 15:21:56 +00:00

11 lines
380 B
Scheme

podman 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
podman build -t docker-osx --build-arg SHORTNAME=ventura .