Launch configurable virtual machines with libkrun
Go to file
Sergio López 29f5adafe1
Merge pull request #14 from tylerfanelli/vcpu_max
context: Add max vCPU check
2024-07-18 08:29:07 +02:00
.github/workflows Fix github runner 2024-05-29 11:02:04 -04:00
docs docs: Fix mebibyte conversion 2024-02-29 15:53:30 -05:00
src context: Add max vCPU check 2024-07-17 12:55:22 -04:00
.gitignore
CODEOWNERS github: Add CODEOWNERS for reviews 2024-02-29 15:58:37 -05:00
Cargo.lock Bump version to 0.1.1 2024-06-24 12:38:33 +02:00
Cargo.toml Update to 0.1.2 2024-07-17 12:56:11 -04:00
LICENSE
Makefile
README.md docs: Add usage documentation 2024-02-22 17:35:36 -05:00
build.rs
create_release_podman.sh Add a script to automate releases for podman 2024-06-24 12:37:05 +02:00
krunkit.entitlements

README.md

krunkit

krunkit is a tool to launch configurable virtual machines using the libkrun platform.

Installation

krunkit relies on the efi flavor of libkrun. At present, libkrun-efi is only available on macOS. We provide a Homebrew repository to install krunkit and all of its dependencies, installable with:

$ brew tap slp/krunkit
$ brew install krunkit

Usage

See docs/usage.md.

License: Apache-2.0