From 52b9c42f4ea5778666104a48d4bac6fc855aad2d Mon Sep 17 00:00:00 2001 From: Jake Correnti Date: Mon, 17 Nov 2025 09:58:39 -0500 Subject: [PATCH] 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 --- pkg/config/containers.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/containers.conf b/pkg/config/containers.conf index a432143d0..e0a4a3d68 100644 --- a/pkg/config/containers.conf +++ b/pkg/config/containers.conf @@ -911,9 +911,9 @@ default_sysctls = [ # wsl - Windows Subsystem for Linux (Default) # hyperv - Windows Server Virtualization # Mac: there are currently two options: -# applehv - Default Apple Hypervisor (Default) # libkrun - Launch virtual machines using the libkrun platform, optimized -# for sharing GPU with the machine. +# for sharing GPU with the machine. (Default) +# applehv - Launch virtual machines using the vfkit platform. #provider = "" # Rosetta supports running x86_64 Linux binaries on a Podman machine on Apple silicon.