crun 1.8.4
0001-01-01
Tags: #container/runtime #lang/c #org/redhat #standard/oci #type/cli
Description
Fast and lightweight fully featured OCI runtime
Homepage
https://github.com/containers/crun
Install
uniget install crun
Dependencies
None
Code
Package
Platforms
- linux/amd64
Messages
update
Add crun to Docker runtimes by merging the following into /etc/docker/daemon.json:
{ “runtimes”: { “crun”: { “path”: “TARGET/bin/crun” } } }