Hi everyone,
I followed the Tutorial: Building Rumprun Unikernels.I successfully built
nginx.bin on my host (Ubuntu 14.04 64bit),but the qemu cannot ran . When I
booted the image and provided the config files by using qemu by running this
command:
rumprun qemu -M 128 -i \
-b images/data.iso,/data \
-- nginx.bin -c /data/conf/nginx.conf
the result is :
!!!
!!! NOTE: rumprun is experimental. syntax may change in the future
!!!
VNC server running on `127.0.0.1:5900'
Is anything wrong with the qemu ? The version of qemu is 2.0.2