containerd / rust-extensions

Rust crates to extend containerd
https://containerd.io
Apache License 2.0
172 stars 66 forks source link

Support more runc commands in runc crate #274

Open weiyuhang2011 opened 3 months ago

weiyuhang2011 commented 3 months ago

Currently, the runc crate supports only create, start, state, kill and delete. For example, the checkpoint and restore commands are not supported yet.

I am glad to provide a PR to support it.