Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/docs/containers.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ is interpreted as the default provider for the current host OS.
| -------- | --------------------------------------- | -------- |
| Linux | "" (qemu) | None |
| Windows | "" ("wsl": Windows Subsystem for Linux) | "hyperv" (Windows Server Virtualization) |
| Mac | "" ("applehv": Apple Hypervisor) | "libkrun" (Launch machine via libkrun platform, optimized for sharing GPU with the machine) |
| Mac | "" ("libkrun": Launch machine via libkrun platform, optimized for sharing GPU with the machine) | "applehv" (Apple Hypervisor) |


**rosetta**="true"
Expand Down
4 changes: 2 additions & 2 deletions common/pkg/config/containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,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.
Expand Down