Skip to content

ukontainer/runu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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