An open API service indexing awesome lists of open source software.

https://github.com/unikraft/app-ruby

Ruby on Unikraft
https://github.com/unikraft/app-ruby

ruby unikernel unikraft-application

Last synced: about 1 year ago
JSON representation

Ruby on Unikraft

Awesome Lists containing this project

README

          

# 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](http://docs.unikraft.org).