/app-helloworld-go

kraft-ready repo for building Go applications with Unikraft

Primary LanguageGo

Unikraft Go "hello world" Application

To build and run this application please use the kraft script:

pip3 install git+https://github.com/unikraft/kraft.git
mkdir my-first-unikernel && cd my-first-unikernel
kraft up -p PLATFORM -m ARCHITECTURE helloworld-go

For more information about kraft type kraft -h or read the documentation.