unikraft / app-nginx

Nginx on Unikraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unikernel short lifespan.

JonoCameron opened this issue · comments

I am trying to run NGINX (ngx) with Unikraft.

When I run

kraft run -b virbr0 "netdev.ipv4_addr=172.44.0.2 netdev.ipv4_gw_addr=172.44.0.1 netdev.ipv4_subnet_mask=255.255.255.0 --"
as stated by the docs, the VM is instantiated, but then closes almost immediately, such that I am unable to test it with wget.

The only thing that comes up on the terminal as a potential indicator is this warning:
Could not find '/usr/share/qemu/sgabios.bin'. This script might not work properly.

I am going to hunt down this script. Any help would be appreciated.

Let me know what information you need to help you help me.