crun

crun

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

  • version 1.9.2-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["automake"]
    N2["crun"]
    style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N3["libseccomp"]
    N4["yajl"]
    N5["cmake"]
    N6["autoconf"]
    N7["libuv"]
    N8["gperf"]
    N9["libtool"]
    N10["rhash"]
    N0 --> N5
    N1 --> N7
    N3 --> N2
    N4 --> N2
    N5 --> N4
    N6 --> N1
    N7 --> N5
    N8 --> N3
    N9 --> N7
    N10 --> N5