mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Make package compose generate Virtual Box images #99

Open wkozaczuk opened 6 years ago

wkozaczuk commented 6 years ago

Currently package compose generates QCOW2 images that can only be used when running on QEMU. If one want to run generated image on Virtual Box it is not possible (on Mac it is much better/faster option than on QEMU). It seems to be quite easy to make capstan generate vbox version of the image by simply using qemu-img convert.