Skip to content
Merged
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
5 changes: 1 addition & 4 deletions docs/explanation/driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ Different sets of drivers are available on different platforms:

When Multipass is installed, the following drivers are selected by default:

- On Linux, the default driver depends on the host's architecture:
+ QEMU on AMD64
+ LXD (deprecated) on other platforms.
- On macOS, QEMU is used.
- On Linux and macOS, QEMU is used.
- On Windows, the default driver depends on the OS version:
+ Hyper-V on Windows Pro
+ VirtualBox on Windows Home
Expand Down
3 changes: 1 addition & 2 deletions docs/reference/settings/local-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ A string identifying the hypervisor back-end in use.

## Default values

- `qemu` on macOS and AMD64 Linux
- `lxd` (deprecated) on non-AMD64 Linux
- `qemu` on macOS and Linux
- `hyperv` on Windows
Loading