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

Bring back support for other hipervisors than QEMU #68

Open miha-plesko opened 7 years ago

miha-plesko commented 7 years ago

Our development focuses mainly on following two commands:

capstan package compose <IMAGE-NAME>
capstan run <IMAGE-NAME>

But the capstan package compose only supports QEMU hipervisor, while the original capstan build supported a variety of them (VirtualBox for example). I guess it should be fairly easy to bring support for

capstan package compose -p <HIPERVISOR> <IMAGE-NAME>

since the code is already there, just need to connect it right.