Skip to content

Commit 52b9c42

Browse files
committed
config: change default macOS machine provider to libkrun
Change the containers.conf comments to correctly identify the default macOS machine provider as libkrun. Signed-off-by: Jake Correnti <[email protected]>
1 parent a5ccdae commit 52b9c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/config/containers.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,9 @@ default_sysctls = [
911911
# wsl - Windows Subsystem for Linux (Default)
912912
# hyperv - Windows Server Virtualization
913913
# Mac: there are currently two options:
914-
# applehv - Default Apple Hypervisor (Default)
915914
# libkrun - Launch virtual machines using the libkrun platform, optimized
916-
# for sharing GPU with the machine.
915+
# for sharing GPU with the machine. (Default)
916+
# applehv - Launch virtual machines using the vfkit platform.
917917
#provider = ""
918918

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

0 commit comments

Comments
 (0)