crun

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

  • version 1.25.1-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install crun

or

kpkg build crun

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["jsoncpp"]
    N1["crun"]
    style N1 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N2["libseccomp"]
    N3["yajl"]
    N4["cmake"]
    N5["libuv"]
    N6["gperf"]
    N7["libtool"]
    N8["rhash"]
    N0 --> N4
    N2 --> N1
    N3 --> N1
    N4 --> N3
    N5 --> N4
    N6 --> N2
    N7 --> N5
    N8 --> N4