Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
/ rust-runc Public archive

A crate for consuming the runc binary in your Rust applications

License

Notifications You must be signed in to change notification settings

pwFoo/rust-runc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-runc

A crate for consuming the runc binary in your Rust applications. Fully asynchronous using Futures, and Tokio.

Based on the reference go-runc implementation.

Usage

Please refer to the crate documentation.

Limitations

Checkpoint Support

Checkpoints rely on the external, checkpoint/restore in userspace project. The criu tool relies on a variety of kernel features and is not portable.

Due to the difficulties in shipping a criu binary for testing, and it's non portable nature, checkpoint support is currently out of scope for rust-runc.

Preserving File Descriptors

Runc includes the ability to inherit file descriptors from a parent process. Rust's standard library does not include support for exec with additional file descriptors.

Therefore there is currently no support for preserving file descriptors.

About

A crate for consuming the runc binary in your Rust applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages