You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/config/vmtype.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Lima supports two ways of running guest machines:
7
7
-[qemu](#qemu)
8
8
-[vz](#vz)
9
9
10
-
Lima also supports connecting to external machines:
11
-
-[ext](#ext)
10
+
Lima also supports connecting to static machines:
11
+
-[static](#static)
12
12
13
13
The vmType can be specified only on creating the instance.
14
14
The vmType of existing instances cannot be changed.
@@ -115,10 +115,10 @@ containerd:
115
115
- WSL2 requires a `tar` formatted rootfs archive instead of a VM image
116
116
- Windows doesn't ship with ssh.exe, gzip.exe, etc. which are used by Lima at various points. The easiest way around this is to run `winget install -e --id Git.MinGit` (winget is now built in to Windows as well), and add the resulting `C:\Program Files\Git\usr\bin\` directory to your path.
117
117
118
-
## EXT
118
+
## STATIC
119
119
> **Warning**
120
-
> "ext" mode is experimental
120
+
> "static" mode is experimental
121
121
122
-
"ext"option makes use of an external machine, either a virtual machine or a physical machine.
122
+
"static"option makes use of an external machine, either a virtual machine or a physical machine.
123
123
124
124
It is accessed using an address (for SSH), the keys are supposed to be set up for it already.
0 commit comments