Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 375 Bytes

uhyve.md

File metadata and controls

18 lines (14 loc) · 375 Bytes

uHyve Provider

UniK supports running HermitCore unikernels through uHyve. uHyve is a thin hypervisor powered by Linux's KVM API.

To run UniK instances with uHyve, change daemon-config.yaml:

providers:
  #...
  uhyve:
    - name: uhyve-name

To run:

unik build --name hermitcore_example --path ./csrc --base hermitcore --language c --provider uhyve