Skip to content

Commit 13f6569

Browse files
committed
common: change default macOS machine provider to libkrun
Update the docs and containers.conf comments to identify libkrun as the default macOS machine provider. Signed-off-by: Jake Correnti <[email protected]>
1 parent 397182c commit 13f6569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/docs/containers.conf.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ is interpreted as the default provider for the current host OS.
10311031
| -------- | --------------------------------------- | -------- |
10321032
| Linux | "" (qemu) | None |
10331033
| Windows | "" ("wsl": Windows Subsystem for Linux) | "hyperv" (Windows Server Virtualization) |
1034-
| Mac | "" ("applehv": Apple Hypervisor) | "libkrun" (Launch machine via libkrun platform, optimized for sharing GPU with the machine) |
1034+
| Mac | "" ("libkrun": Launch machine via libkrun platform, optimized for sharing GPU with the machine) | "applehv" (Apple Hypervisor) |
10351035

10361036

10371037
**rosetta**="true"

common/pkg/config/containers.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,9 +937,9 @@ default_sysctls = [
937937
# wsl - Windows Subsystem for Linux (Default)
938938
# hyperv - Windows Server Virtualization
939939
# Mac: there are currently two options:
940-
# applehv - Default Apple Hypervisor (Default)
941940
# libkrun - Launch virtual machines using the libkrun platform, optimized
942-
# for sharing GPU with the machine.
941+
# for sharing GPU with the machine. (Default)
942+
# applehv - Launch virtual machines using the vfkit platform.
943943
#provider = ""
944944

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

0 commit comments

Comments
 (0)