Skip to content

unikraft/app-ruby

Repository files navigation

Ruby on Unikraft

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 ruby

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