Skip to content

Commit a68a419

Browse files
authored
Merge pull request #474 from jakecorrenti/libkrun-as-default
common: change default macOS machine provider to libkrun
2 parents 22d50c5 + 13f6569 commit a68a419

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
@@ -1034,7 +1034,7 @@ is interpreted as the default provider for the current host OS.
10341034
| -------- | --------------------------------------- | -------- |
10351035
| Linux | "" (qemu) | None |
10361036
| Windows | "" ("wsl": Windows Subsystem for Linux) | "hyperv" (Windows Server Virtualization) |
1037-
| Mac | "" ("applehv": Apple Hypervisor) | "libkrun" (Launch machine via libkrun platform, optimized for sharing GPU with the machine) |
1037+
| Mac | "" ("libkrun": Launch machine via libkrun platform, optimized for sharing GPU with the machine) | "applehv" (Apple Hypervisor) |
10381038

10391039

10401040
**rosetta**="true"

common/pkg/config/containers.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,9 @@ default_sysctls = [
941941
# wsl - Windows Subsystem for Linux (Default)
942942
# hyperv - Windows Server Virtualization
943943
# Mac: there are currently two options:
944-
# applehv - Default Apple Hypervisor (Default)
945944
# libkrun - Launch virtual machines using the libkrun platform, optimized
946-
# for sharing GPU with the machine.
945+
# for sharing GPU with the machine. (Default)
946+
# applehv - Launch virtual machines using the vfkit platform.
947947
#provider = ""
948948

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

0 commit comments

Comments
 (0)