Kontainer Runtime is a low layer container runtime written in Kotlin/Native.
./gradlew linkDebugExecutableLinuxX64To create a container whose name is test from a bundle located at test-bundle, use the following command
sudo ./build/bin/linuxX64/debugExecutable/kontainer-runtime.kexe create --bundle test-bundle testTo start the container
sudo ./build/bin/linuxX64/debugExecutable/kontainer-runtime.kexe start testTo get the status of the container
sudo ./build/bin/linuxX64/debugExecutable/kontainer-runtime.kexe state testTo stop the container
sudo ./build/bin/linuxX64/debugExecutable/kontainer-runtime.kexe kill test SIGKILLTo delete the container
sudo ./build/bin/linuxX64/debugExecutable/kontainer-runtime.kexe delete test