Crun: Fast and lightweight OCI runtime and C library for running containers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • youki

    A container runtime written in Rust

  • I went looking for an answer to the obvious question, and there is indeed a Rust version. https://github.com/containers/youki#motivation has a nice comparison with both runc and crun.

  • crun

    A fast and lightweight fully featured OCI runtime and C library for running containers

  • Kubernetes needs an OCI runtime to run containers with. Crun is one implementation it can use.

    Docker also appears to be able to use crun for it's engine as well. https://github.com/containers/crun/issues/37

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • runc

    CLI tool for spawning and running containers according to the OCI specification

  • being the main author of crun, I can clarify that statement: I am not a fan of Go _for this particular use case_.

    Using C instead of Go avoided a bunch of the workarounds that exists in runc to workaround the Go runtime, e.g. https://github.com/opencontainers/runc/blob/main/libcontaine...

  • ClickHouse

    ClickHouse® is a free analytics DBMS for big data

  • ClickHouse uses jemalloc as the only option: https://github.com/ClickHouse/ClickHouse/

    We have contributed patches and bugfixes to jemalloc as well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts