-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply youki to create containers. #168
Conversation
b69cd31
to
925a3ba
Compare
Signed-off-by: Vanient <[email protected]>
The issue of the container failing to start through Youki due due to the improper initialization of socket_path has been resolved. Signed-off-by: taohong <[email protected]>
82013df
to
59b1f12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some PR description of which funtion is supproted or not, and some functions can be extraed into public one if you have time.
Currently everything is supported except for the stdio without tty, we will submit another PR to fix it after youki-dev/youki#2961 is merged. |
Signed-off-by: Abel Feng <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
close this as #168 is merged |
Kuasar can create lightweight Virtual Machine (VMM) type Pods and containers within the virtual machines. Currently, the VMM-task process inside the VM invokes the runc command to create containers, which incurs some performance overhead. Youki containers/youki: A container runtime written in Rust is a container runtime written in Rust and also follows the OCI specification. The goal is to use Youki to improve container creation speed and reduce performance overhead.
Currently everything is supported except for the stdio without tty, we will submit another PR to fix it after youki-dev/youki#2961 is merged.