A rootless, daemonless, low level container runtime for Linux written in Rust that aims to be compliant with the OCI Runtime Spec.
To test the container creation, you need to set up a test bundle.
-
Create the bundle directory structure:
mkdir -p test-bundle/rootfs/bin
-
Copy a shell into the rootfs. On most Linux systems, you can use:
cp /bin/sh test-bundle/rootfs/bin/
-
Create a
config.json
file inside thetest-bundle
directory with the desired container configuration.