Skip to content

Commit f9f410c

Browse files
committed
Add experimental example yaml for the vbox driver
Signed-off-by: Anders F Björklund <[email protected]>
1 parent e508cd6 commit f9f410c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

templates/experimental/vbox.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# A template to run ubuntu using vmType: vbox instead of qemu (Default)
2+
3+
minimumLimaVersion: 1.1.0
4+
5+
base:
6+
- template://_images/ubuntu-lts
7+
- template://_default/mounts
8+
9+
vmType: vbox
10+
11+
# Arch: "default", "x86_64", "aarch64".
12+
# 🟢 Builtin default: "default" (corresponds to the host architecture)
13+
arch: "x86_64"
14+
15+
video:
16+
# VirtualBox display, e.g., "none" (or "headless"), "default" (or "gui")
17+
# Choosing "none" will hide the video output, and not show any window.
18+
# Choosing "default" will show a window while the instance is running.
19+
# 🟢 Builtin default: "none"
20+
display: null

0 commit comments

Comments
 (0)