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
- Host: GitHub
- URL: https://github.com/unikraft/app-ruby
- Owner: unikraft
- Created: 2020-02-18T14:21:47.000Z (over 6 years ago)
- Default Branch: stable
- Last Pushed: 2023-10-23T09:06:49.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:11:19.810Z (about 1 year ago)
- Topics: ruby, unikernel, unikraft-application
- Homepage:
- Size: 1.45 MB
- Stars: 4
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).