We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e508cd6 commit f9f410cCopy full SHA for f9f410c
templates/experimental/vbox.yaml
@@ -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