Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 363 Bytes

Python 3 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 python3

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