File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -971,8 +971,14 @@ On Mac, the default volumes are:
971971** provider** =""
972972
973973Virtualization provider to be used for running a podman-machine VM. Empty value
974- is interpreted as the default provider for the current host OS. On Linux/Mac
975- default is ` QEMU ` and on Windows it is ` WSL ` .
974+ is interpreted as the default provider for the current host OS.
975+
976+ | Platform | Default Virtualization provider | Optional |
977+ | -------- | --------------------------------------- | -------- |
978+ | Linux | "" (qemu) | None |
979+ | Windows | "" ("wsl": Windows Subsystem for Linux) | "hyperv" (Windows Server Virtualization) |
980+ | Mac | "" ("applehv": Apple Hypervisor) | "libkrun" (Launch machine via libkrun platform, optimized for sharing GPU with the machine) |
981+
976982
977983** rosetta** ="true"
978984
Original file line number Diff line number Diff line change @@ -886,7 +886,15 @@ default_sysctls = [
886886
887887# Virtualization provider used to run Podman machine.
888888# If it is empty or commented out, the default provider will be used.
889- #
889+ # Linux:
890+ # qemu - Open source machine emulator and virtualizer. (Default)
891+ # Windows: there are currently two options:
892+ # wsl - Windows Subsystem for Linux (Default)
893+ # hyperv - Windows Server Virtualization
894+ # Mac: there are currently two options:
895+ # applehv - Default Apple Hypervisor (Default)
896+ # libkrun - Launch virtual machines using the libkrun platform, optimized
897+ # for sharing GPU with the machine.
890898#provider = ""
891899
892900# Rosetta supports running x86_64 Linux binaries on a Podman machine on Apple silicon.
You can’t perform that action at this time.
0 commit comments