Skip to content

m-bocelli/runr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runr

Rust hypervisor-based Docker runtime to launch regular Docker images as virtual machines instead of runc containers.

Goals:

  • Reduce container escape probability
  • Faster runtime than similar projects via leveraging RustVMM

Installation

Prerequisites:

  • KVM enabled host kernel (tested on Ubuntu 22.04)
# Install Rust and Cargo
curl https://sh.rustup.rs -sSf | sh

# Install Docker
apt update
apt install docker.io

# Grab the source code
git clone https://github.com/m-bocelli/runr

# Change into dir
cd runr

# Build the debug binary (no stable release)
make debug

Running

# Launch a BusyBox Docker image inside a runr container with 256mib of memory
runr run busybox --memory=256

About

Run regular Docker images in a rust VMM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •