Skip to content

Commit aa3ed52

Browse files
Merge pull request #2200 from rhatdan/krunkit
Document krunkit for AI Workloads
2 parents 25644f1 + cd752f7 commit aa3ed52

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

docs/containers.conf.5.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,14 @@ On Mac, the default volumes are:
971971
**provider**=""
972972

973973
Virtualization provider to be used for running a podman-machine VM. Empty value
974-
is interpreted as the default provider for the current host OS. On Linux/Mac
975-
default is `QEMU` and on Windows it is `WSL`.
974+
is interpreted as the default provider for the current host OS.
975+
976+
| Platform | Default Virtualization provider | Optional |
977+
| -------- | --------------------------------------- | -------- |
978+
| Linux | "" (qemu) | None |
979+
| Windows | "" ("wsl": Windows Subsystem for Linux) | "hyperv" (Windows Server Virtualization) |
980+
| Mac | "" ("applehv": Apple Hypervisor) | "libkrun" (Launch machine via libkrun platform, optimized for sharing GPU with the machine) |
981+
976982

977983
**rosetta**="true"
978984

pkg/config/containers.conf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,15 @@ default_sysctls = [
886886

887887
# Virtualization provider used to run Podman machine.
888888
# If it is empty or commented out, the default provider will be used.
889-
#
889+
# Linux:
890+
# qemu - Open source machine emulator and virtualizer. (Default)
891+
# Windows: there are currently two options:
892+
# wsl - Windows Subsystem for Linux (Default)
893+
# hyperv - Windows Server Virtualization
894+
# Mac: there are currently two options:
895+
# applehv - Default Apple Hypervisor (Default)
896+
# libkrun - Launch virtual machines using the libkrun platform, optimized
897+
# for sharing GPU with the machine.
890898
#provider = ""
891899

892900
# Rosetta supports running x86_64 Linux binaries on a Podman machine on Apple silicon.

0 commit comments

Comments
 (0)