quic / gunyah-hypervisor

Gunyah is a Type-1 hypervisor designed for strong security, performance and modularity.
Other
313 stars 58 forks source link

A prebuilt docker instance would be really nice #9

Closed zengtm closed 1 year ago

zengtm commented 3 years ago

I'm teaching a class at UCSD Ext and thinking of using Gunyah for students to play around. Some are Windows users and only have WSL - Windows Subsystem for Linux.

We could not get "docker build -f gunyah/Dockerfile -t user:gunyah ." to complete because the gcc compiler or ninja ran out of memory on WSL.

Is it possible to host a prebuilt docker instance on hub.docker.com? I found a lot of Android and KVM dockers, but no Gunyah docker there.

quic-cvanscha commented 3 years ago

Hi Zeng, This something we will consider. In the mean time if you build a docker feel free to publish it.

quic-yvasi commented 1 year ago

Hi Zeng,

Carl was mentioning that if you modify the scripts to limit the builds to single core (-j 1) that might probably alleviate the memory related issue. You can give it a try with latest updates and see if it works for you.