Launch configurable virtual machines with libkrun
Go to file
Sergio López 2d3599dadc
Merge pull request #12 from slp/create-release
Add script to automate creating releases for podman and bump version to 0.1.1
2024-06-24 13:12:16 +02:00
.github/workflows Fix github runner 2024-05-29 11:02:04 -04:00
docs
src Add SMBIOS OEM String support 2024-05-29 12:12:43 -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 Bump version to 0.1.1 2024-06-24 12:38:33 +02:00
LICENSE
Makefile
README.md
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