Sign inSign up

guni1192/runu-rootfs

By guni1192

•Updated almost 7 years ago

Image
0

200

guni1192/runu-rootfs repository overview

⁠runu

CircleCI

Secure Container Runtime on User Mode Linux.

⁠Overview

  • Run Container on Guest Kernel
  • OCI v1.0.1
  • Limited system calls

⁠Dependency

  • Linux Kernel >= 4.14
  • Rust >= 1.38.0

⁠Installation

(Comming soon) Crate is not public yet.

cargo install runu

⁠Build

cd runu-agent/
cargo build --release

⁠System Architecture

image

⁠Quick Start

⁠Run an OCI container
mkdir rootfs
docker export $(docker create alpine) | tar -xf - -C rootfs
runu spec
runu run hoge
⁠Run a container on Docker

work in progres

{
    "runtimes": {
        "runu": {
            "path": "/usr/local/bin/runu"
        }
    }
}
docker run --runtime=runu alpine ps

Tag summary

Content type

Image

Digest

Size

132.3 MB

Last updated

almost 7 years ago

docker pull guni1192/runu-rootfs