Dockur
-
wrote on Apr 5, 2024, 3:07 PM last edited by girish Apr 5, 2024, 5:16 PM
Would it be possible to get https://github.com/dockur/windows working on cloudron? I'm not experienced with Docker but I'm eager to learn get this running if cloudron ships with all the requirements.
-
-
Don't think this is possible . A quick look at the compose file has this
devices: - /dev/kvm
So, this requires to be run on hardware which has virtualization enabled. IIUC, this is meant to be run on a hypervisor. Cloudron does not have support for apps to access the kvm device (not yet!).
-
wrote on Apr 5, 2024, 7:59 PM last edited by
Thanks for figuring that out for me @girish .
-
Don't think this is possible . A quick look at the compose file has this
devices: - /dev/kvm
So, this requires to be run on hardware which has virtualization enabled. IIUC, this is meant to be run on a hypervisor. Cloudron does not have support for apps to access the kvm device (not yet!).
-
-
wrote on Jun 6, 2024, 1:17 PM last edited by
i will try something like "up" to make this project real...