Skip to content

appare45/socker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socker

A tiny container runtime currentry implementating the OCI runtime-spec in Rust, similar to runc.

How to try

  1. Build socker by yourself
  2. Prepare rootfs
docker export $(docker create ubuntu) | tar -C rootfs -xvf -
  1. Run socker
socker config.json

How to build

git clone https://github.com/appare45/socker.git
cd socker
cargo build --release
image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published