Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 576 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 576 Bytes

hd5

Get only http server based on solo5 unikernel base.

Experiment only!

Installation

# Dependencies
sudo apt-get update
sudo apt-get install -y gcc build-essential git qemu-kvm libvirt-bin bridge-utils

# Build 
./build.sh

# Example network config
ip tuntap add tap100 mode tap
ip addr add 10.0.0.1/24 dev tap100
ip link set dev tap100 up

# Execution
./run.sh

There is an additional script to port-forward into vm instance.

License

Copyright Tzu-Chiao Yeh 2018, Licensed under MIT.