Skip to content

ukontainer/runu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1438b1e · Jul 26, 2024
Jul 24, 2024
Oct 2, 2021
Jul 26, 2024
Jul 22, 2024
Jul 24, 2024
May 30, 2018
Sep 9, 2021
Oct 7, 2021
Jul 26, 2019
Oct 8, 2021
Dec 14, 2020
Oct 26, 2020
Nov 8, 2018
Jul 26, 2019
Oct 4, 2021
Oct 4, 2021
Nov 8, 2018
Feb 1, 2022
Feb 1, 2022
Dec 14, 2020
Nov 8, 2018
Jul 11, 2024
Oct 26, 2020
Oct 26, 2020
Sep 6, 2021
Nov 5, 2018
Dec 5, 2018
Sep 3, 2020
Dec 14, 2020
Dec 14, 2020
Oct 5, 2021
Oct 5, 2021
Oct 5, 2021
Oct 5, 2021

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