@@ -32,7 +32,7 @@ weight: 6
32
32
- [ Filesystem sharing] ( #filesystem-sharing )
33
33
- [ "Filesystem is slow"] ( #filesystem-is-slow )
34
34
- [ "Filesystem is not writable"] ( #filesystem-is-not-writable )
35
- - [ "Filesystem is unmounted after upgrading Lima to v1.0 (pre-release) "] ( #filesystem-is-unmounted-after-upgrading-lima-to-v10-pre-release )
35
+ - [ "Filesystem is unmounted after upgrading Lima to v1.0"] ( #filesystem-is-unmounted-after-upgrading-lima-to-v10 )
36
36
- [ External projects] ( #external-projects )
37
37
- [ "I am using Rancher Desktop. How to deal with the underlying Lima?"] ( #i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima )
38
38
- [ "Hints for debugging other problems?"] ( #hints-for-debugging-other-problems )
@@ -42,9 +42,9 @@ weight: 6
42
42
### Generic
43
43
#### "How does Lima work?"
44
44
45
- - Hypervisor: [ QEMU with HVF accelerator (default), or Virtualization.framework] ( ../config/vmtype/ )
46
- - Filesystem sharing: [ Reverse SSHFS (default), or virtio-9p-pci aka virtfs, or virtiofs] ( ../config/mount/ )
47
- - Port forwarding: ` ssh -L ` , automated by watching ` /proc/net/tcp ` and ` iptables ` events in the guest
45
+ - Hypervisor: [ QEMU (default on Linux ), or Virtualization.framework (default on macOS) ] ( ../config/vmtype/ )
46
+ - Filesystem sharing: [ Reverse SSHFS, virtio-9p-pci aka virtfs (default for QEMU) , or virtiofs (default for Virtualization.framework) ] ( ../config/mount/ )
47
+ - Port forwarding: [ ` ssh -L ` ] ( ../config/port ) , automated by watching ` /proc/net/tcp ` and ` iptables ` events in the guest
48
48
49
49
#### "What's my login password?"
50
50
Password is disabled and locked by default.
@@ -53,7 +53,7 @@ You have to use `limactl shell bash` (or `lima bash`) to open a shell.
53
53
Alternatively, you may also directly ssh into the guest: ` ssh -p 60022 -i ~/.lima/_config/user -o NoHostAuthenticationForLocalhost=yes 127.0.0.1 ` .
54
54
55
55
#### "Does Lima work on ARM Mac?"
56
- Yes, it should work, but not regularly tested on ARM (due to lack of CI).
56
+ Yes
57
57
58
58
#### "Can I run non-Ubuntu guests?"
59
59
AlmaLinux, Alpine, Arch Linux, Debian, Fedora, openSUSE, Oracle Linux, and Rocky are also known to work.
@@ -231,9 +231,9 @@ mounts:
231
231
232
232
Run `limactl edit <INSTANCE>` to open the YAML editor for an existing instance.
233
233
234
- # ### "Filesystem is unmounted after upgrading Lima to v1.0 (pre-release) "
234
+ # ### "Filesystem is unmounted after upgrading Lima to v1.0"
235
235
236
- Lima v1.0 (pre-release) changed the default mount type for QEMU from `reverse-sshfs` to `9p`.
236
+ Lima v1.0 changed the default mount type for QEMU from `reverse-sshfs` to `9p`.
237
237
238
238
The `9p` mount type is known to be incompatible with the following guest operating systems :
239
239
- AlmaLinux, CentOS Stream, Oracle Linux, and RockyLinux
0 commit comments