https://github.com/unikraft/app-micropython
Micropython on Unikraft
https://github.com/unikraft/app-micropython
python unikernel unikraft-application
Last synced: about 1 year ago
JSON representation
Micropython on Unikraft
- Host: GitHub
- URL: https://github.com/unikraft/app-micropython
- Owner: unikraft
- Created: 2020-02-18T14:21:17.000Z (over 6 years ago)
- Default Branch: stable
- Last Pushed: 2023-10-29T05:59:02.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:11:19.858Z (over 1 year ago)
- Topics: python, unikernel, unikraft-application
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micropython 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 micropython
For more information about `kraft` type ```kraft -h``` or read the
[documentation](http://docs.unikraft.org).