hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

hyperstart #415

Closed laijs closed 7 years ago

laijs commented 7 years ago
sameo commented 7 years ago

@laijs Have you considered re-using our Clear Containers proxy implementation ? It would be a shame to duplicate code here if we're essentially looking at doing the same thing. Also, we're planning to move the Clear Containers proxy as a standalone component. We're definitely ready to extend the proxy implementation to support your requirements.

laijs commented 7 years ago

@sameo but I am planning to define the same spec for the proxy and for the hyperstart-pb-server. it is important for moving serial to vsocks we can't use the Clear Containers proxy if the specs for cc-proxy is different than ours.

gnawux commented 7 years ago

How about setup a repo maintained by both cc and runv team? If we could have an org for virtualized containers, I think we could donate hyperstart to it as well.

sameo commented 7 years ago

@gnawux @laijs Would github.com/clearcontainers be a good place for that ?

sameo commented 7 years ago

@laijs Do you have the hyperstart-pb-server spec defined somewhere ?

sameo commented 7 years ago

@laijs Also, will the hyperstart-pb-server protocol be used over the serial port as well ?

gnawux commented 7 years ago

@laijs what's the current status of this issue?