kuasar-io / kuasar

A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://kuasar.io
Apache License 2.0
1.27k stars 91 forks source link

Support send startup params to cloud-hypervisor through api-socket #108

Open xietuo opened 10 months ago

xietuo commented 10 months ago

What would you like to be added?

Support run cloud-hypervisor with minimal cmdline param, like "api-socket ", then use api-socket request to send startup params.

Why is this needed?

  1. cloud-hypervisor community has changed the format of command-line options several times in recent releases. Affected Kuasar cmdline parameters implementations.
  2. pre-starting cloud-hypervisor process, may improve the startup performance.