Skip to content

A rootless, daemonless, low level container runtime for Linux written in Rust that aims to be compliant with the OCI Runtime Spec

Notifications You must be signed in to change notification settings

homebrew-ec-foss/bento.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bento.rs

What is Bento?

A rootless, daemonless, low level container runtime for Linux written in Rust that aims to be compliant with the OCI Runtime Spec.

Testing

To test the container creation, you need to set up a test bundle.

  1. Create the bundle directory structure:

    mkdir -p test-bundle/rootfs/bin
    
  2. Copy a shell into the rootfs. On most Linux systems, you can use:

    cp /bin/sh test-bundle/rootfs/bin/
    
  3. Create a config.json file inside the test-bundle directory with the desired container configuration.

About

A rootless, daemonless, low level container runtime for Linux written in Rust that aims to be compliant with the OCI Runtime Spec

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages