Docker-OSX
Docker-OSX copied to clipboard
Unraid support.
Great docker! I'm a bit of a noobie on how to use this in Unraid. I can't seem to get past the KVM part. Any help would be amazing!
I’m not sure how unraid works, looks cool though. Is it like... Stadia??
What is your desktop environment?
echo $DISPLAY
ls -lh /dev/kvm
ls /bin | grep qemu
unRAID is a NAS OS. It doesn't have a desktop enviroment in the classic way,
echo $DISPLAY output is empty ls -lh /dev/kvm output is /dev/kvm ls /bin | grep qemu output is empty
I hope this helps
UnRaid is a NAS OS that supports Docker. I thought this could work like. https://hub.docker.com/r/consol/centos-xfce-vnc/ At least I was hoping so.
Try the VNC version in the VNC folder
Will do! Thanks!
How’d you go?
Haven't had a chance yet. I'll be working on it this weekend though! Thanks for checking back in.
Hello @EmmanuelZapata Did you finally manage to install this awesome project on an unRAID setup ?
Nope.
On Thu, Oct 14, 2021 at 10:22 AM sam5558 @.***> wrote:
Hello @EmmanuelZapata https://github.com/EmmanuelZapata Did you finally manage to install this awesome project on an unRAID setup ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sickcodes/Docker-OSX/issues/42#issuecomment-943463505, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALOFEWGVVAUPWVBOHZBX2R3UG3YSPANCNFSM4N53W4ZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
@sickcodes short note to thank you for this project. I was able to run it in unraid using your vnc-version. The current docker file pulls catalina, would I be able to run others simply by using the other base image? i.e monterey?
I found this guide: https://whitematter.tech/posts/run-dockerized-macos-on-unraid/