You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post any additional information about the project that you know is important
From what I understand (and its not much about this stuff really) this is what is needed to make it work proper
docker run -i
--device /dev/kvm
--device /dev/snd
-p 50922:10022
-p 5999:5999
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e EXTRA="-display none -vnc 0.0.0.0:99,password=on"
-e MASTER_PLIST_URL=''
-e GENERATE_SPECIFIC=true
-e DEVICE_MODEL=""
-e SERIAL=""
-e BOARD_SERIAL=""
-e UUID=""
-e MAC_ADDRESS=""
-d --privileged
sickcodes/docker-osx:ventura
The text was updated successfully, but these errors were encountered:
NOTE
If you know how to make unraid container templates PR's are welcome!
Check out our guide: Writing a template compatible for Unraid - Selfhosters.net
Please add the dockerhub repo link and github/gitlab link below
[]
https://github.com/sickcodes/Docker-OSX
https://hub.docker.com/r/sickcodes/docker-osx
Post any additional information about the project that you know is important
From what I understand (and its not much about this stuff really) this is what is needed to make it work proper
docker run -i
--device /dev/kvm
--device /dev/snd
-p 50922:10022
-p 5999:5999
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e EXTRA="-display none -vnc 0.0.0.0:99,password=on"
-e MASTER_PLIST_URL=''
-e GENERATE_SPECIFIC=true
-e DEVICE_MODEL=""
-e SERIAL=""
-e BOARD_SERIAL=""
-e UUID=""
-e MAC_ADDRESS=""
-d --privileged
sickcodes/docker-osx:ventura
The text was updated successfully, but these errors were encountered: