A fast and low-memory footprint OCI Container Runtime fully written in C. While most of the tools used in the Linux containers ecosystem are written in Go, I believe C is a better fit for a lower-level tool like container runtime. runc, the most used implementation of the OCI runtime specs written in Go, re-execs itself and uses a module written in C for setting up the environment before the container process starts. crun aims to be also usable as a library that can be easily included in programs without requiring an external process for managing OCI containers.
Features
- Low-memory footprint OCI Container Runtime fully written in C
- Documentation available
- Examples available
- Crun is faster than runc and has a much lower memory footprint
- Python is needed only by libocispec to generate the C parser at build time
- Shared Libraries
Categories
Container ManagementLicense
GNU General Public License version 3.0 (GPLv3)Follow crun
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of crun!