/runu

OCI runtime for frankenlibc unikernel

Primary LanguageGoApache License 2.0Apache-2.0

CI 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": [
            ]
        },

Optionally, you can install debian package from the repository.

# register apt repository
curl -s https://packagecloud.io/install/repositories/ukontainer/runu/script.deb.sh | sudo bash
# install the package
sudo apt-get install docker-runu