Add new file
This commit is contained in:
parent
a280a34152
commit
3a2113aa60
10
nongnu/packages/docker-osx-ventura.scm
Normal file
10
nongnu/packages/docker-osx-ventura.scm
Normal file
|
@ -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 .
|
Loading…
Reference in New Issue
Block a user