Launch configurable virtual machines with libkrun
Go to file
Sergio Lopez dcbe3c450d Bump version to 0.1.3
Signed-off-by: Sergio Lopez <slp@redhat.com>
2024-10-01 09:27:00 -04: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: set SHM window to be as large as the host's RAM 2024-10-01 09:27:00 -04:00
.gitignore
CODEOWNERS github: Add CODEOWNERS for reviews 2024-02-29 15:58:37 -05:00
Cargo.lock Bump version to 0.1.3 2024-10-01 09:27:00 -04:00
Cargo.toml Bump version to 0.1.3 2024-10-01 09:27:00 -04:00
LICENSE
Makefile Create Makefile and entitlements file 2024-02-19 09:14:41 -05:00
README.md docs: Add usage documentation 2024-02-22 17:35:36 -05:00
build.rs build: Link with libkrun on MacOS 2024-02-17 02:23:09 -05:00
create_release_podman.sh Add a script to automate releases for podman 2024-06-24 12:37:05 +02:00
krunkit.entitlements Create Makefile and entitlements file 2024-02-19 09:14:41 -05:00

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