mirror of
https://github.com/cetic/unikernels.git
synced 2024-12-22 16:53:03 +07:00
.. | ||
CONTAINER | ||
UNIKERNEL | ||
README.md |
Source Code
This folder contains the source code of the unikernel projects created with the IncludeOS framework
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 folder for deployment scripts.