The Wayback Machine - https://web.archive.org/web/20210511012427/https://github.com/topics/unikernels
Skip to content
#

unikernels

Here are 7 public repositories matching this topic...

Language: All
Filter by language
ops
am11
am11 commented Mar 10, 2021

For example:

# compile a simple app
$ gcc -xc - -oapp.exe <<EOF
#include<stdio.h>
int main()
{
    printf("Hello World!\n");
    return 0;
}
EOF

# build image for two providers
$ ops build app.exe -t hyper-v
Bootable image file:/home/am11/.ops/vhdx-images/app.vhdx
$ ops build app.exe -t onprem
Bootable image file:/home/am11/.ops/images/app.img

`ops instance create

Improve this page

Add a description, image, and links to the unikernels topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unikernels topic, visit your repo's landing page and select "manage topics."

Learn more