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/faq/_index.md
+26-18Lines changed: 26 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,34 +7,42 @@ weight: 6
7
7
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
8
8
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
9
9
10
+
10
11
-[Generic](#generic)
11
-
-["What's my login password?"](#whats-my-login-password)
12
-
-["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
13
-
-["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
14
-
-["Can I run other container engines such as Docker and Podman? What about Kubernetes?"](#can-i-run-other-container-engines-such-as-docker-and-podman-what-about-kubernetes)
15
-
-["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
16
-
-["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
12
+
-["How does Lima work?"](#how-does-lima-work)
13
+
-["What's my login password?"](#whats-my-login-password)
14
+
-["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
15
+
-["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
16
+
-["Can I run other container engines such as Docker and Podman? What about Kubernetes?"](#can-i-run-other-container-engines-such-as-docker-and-podman-what-about-kubernetes)
17
+
-["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
18
+
-["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
17
19
-[QEMU](#qemu)
18
-
-["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
19
-
-["QEMU is slow"](#qemu-is-slow)
20
-
-[error "killed -9"](#error-killed--9)
21
-
-["QEMU crashes with `vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed`"](#qemu-crashes-with-vmx_write_mem-mmu_gva_to_gpa-xxxxxxxxxxxxxxxx-failed)
20
+
-["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
21
+
-["QEMU is slow"](#qemu-is-slow)
22
+
-[error "killed -9"](#error-killed--9)
23
+
-["QEMU crashes with `vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed`"](#qemu-crashes-with-vmx_write_mem-mmu_gva_to_gpa-xxxxxxxxxxxxxxxx-failed)
22
24
-[VZ](#vz)
23
-
-["Lima gets stuck at `Installing rosetta...`"](#lima-gets-stuck-at-installing-rosetta)
25
+
-["Lima gets stuck at `Installing rosetta...`"](#lima-gets-stuck-at-installing-rosetta)
24
26
-[Networking](#networking)
25
-
-["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
26
-
-["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
27
-
-["IP address is not assigined for vmnet networks"](#ip-address-is-not-assigined-for-vmnet-networks)
27
+
-["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
28
+
-["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
29
+
-["IP address is not assigined for vmnet networks"](#ip-address-is-not-assigined-for-vmnet-networks)
28
30
-[Filesystem sharing](#filesystem-sharing)
29
-
-["Filesystem is slow"](#filesystem-is-slow)
30
-
-["Filesystem is not writable"](#filesystem-is-not-writable)
31
+
-["Filesystem is slow"](#filesystem-is-slow)
32
+
-["Filesystem is not writable"](#filesystem-is-not-writable)
31
33
-[External projects](#external-projects)
32
-
-["I am using Rancher Desktop. How to deal with the underlying Lima?"](#i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima)
34
+
-["I am using Rancher Desktop. How to deal with the underlying Lima?"](#i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima)
33
35
-["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
34
36
35
37
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
36
38
37
39
### Generic
40
+
#### "How does Lima work?"
41
+
42
+
- Hypervisor: [QEMU with HVF accelerator (default), or Virtualization.framework](../config/vmtype/)
43
+
- Filesystem sharing: [Reverse SSHFS (default), or virtio-9p-pci aka virtfs, or virtiofs](../config/mount/)
44
+
- Port forwarding: `ssh -L`, automated by watching `/proc/net/tcp` and `iptables` events in the guest
45
+
38
46
#### "What's my login password?"
39
47
Password is disabled and locked by default.
40
48
You have to use `limactl shell bash` (or `lima bash`) to open a shell.
@@ -213,4 +221,4 @@ If you need to create an `override.yaml` file, its location should be:
213
221
- `$HOME/.lima/<INSTANCE>/serial.log`
214
222
- `/var/log/cloud-init-output.log`(inside the guest)
215
223
- `/var/log/cloud-init.log`(inside the guest)
216
-
- Make sure that you aren't mixing up tabs and spaces in the YAML.
224
+
- Make sure that you aren't mixing up tabs and spaces in the YAML.
0 commit comments