A tiny container runtime currentry implementating the OCI runtime-spec in Rust, similar to runc.
- Build socker by yourself
- Prepare rootfs
docker export$(docker create ubuntu)| tar -C rootfs -xvf -- Run socker
socker config.jsongit clone https://github.com/appare45/socker.git
cd socker
cargo build --release