unikernels/SOURCE/README.md

21 lines
900 B
Markdown
Raw Normal View History

2018-05-11 20:51:48 +07:00
# Source Code
This folder contains the source code of the unikernel projects created with the [IncludeOS framework](https://github.com/hioa-cs/IncludeOS)
Each folder contains the source code for a single unikernel.
## Building Unikernel Image
**Requires IncludeOS to be installed on the system**
The script **cmake_build.sh** can be executed to build the each unikernel images. The .img disk file will be located in the **build** folder inside the project folder.
## Container Versions
The **CONTAINER** folder contains the container versions of the unikernel images.
The container versions are aimed to be analogs of the unikernel code but adapted to run in a standalone Docker container.
## Deployment
For deploying the unikernel or container environment, see the [DEPLOYMENT](https://git.cetic.be/stages/unikernels/tree/feature/stagelongree2018/DEPLOYMENT) folder for deployment scripts.