unRAID-CA-templates
unRAID-CA-templates copied to clipboard
CA Template Request - Docker-OSX
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
[
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