lxcri
is a wrapper around LXC which can be used as
a drop-in container runtime replacement for use by CRI-O.
With liblxc starting from lxc-4.0.0-927-gb5daeddc5 it passes all sonobuoy conformance tests.
You can use the provided Dockerfile to build an
runtime only image (lxcri
+ lxc
)
docker build --build-arg installcmd=install_runtime
or with everything required for a kubernetes node (kubelet, kubeadm, cri-o, lxcri, lxc ...)
docker build
Note: The images are not pre-configured and you must follow the steps in setup for now.
To use lxcri
as OCI runtime in cri-o
see setup.md
Please have a look at the runtime tests for now.
- It's currently only tested with cgroups v2.