ukontainer/runu

OCI runtime for frankenlibc unikernel

Go

73

176 commits

updated Dec 27, 2025

See the code

README

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

Contributors

thehajime

171 commits

sgotand

3 commits

Aniketh01

1 commits

upa

1 commits

ukontainer/runu

OCI runtime for frankenlibc unikernel

Go

73

176 commits

updated Dec 27, 2025

See the code

README

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

Contributors

thehajime

171 commits

sgotand

3 commits

Aniketh01

1 commits

upa

1 commits

Languages

Go

75.7%

Shell

23.6%