sgotand / runu

OCI runtime for frankenlibc unikernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Go Report Card

runu

OCI runtime for frankenlibc unikernel

Installation

make
sudo cp runu /usr/local/bin/runu

add an entry to /etc/docker/daemon.json

        "runu": {
            "path": "/usr/local/bin/runu",
            "runtimeArgs": [
            ]
        },

About

OCI runtime for frankenlibc unikernel

License:Apache License 2.0


Languages

Language:Go 75.1%Language:Shell 24.7%Language:Dockerfile 0.1%