11 lines
380 B
Scheme
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 .
|