Skip to content

Commit 7843fe2

Browse files
committed
README.md: add doctoc for FAQ
Signed-off-by: Akihiro Suda <[email protected]>
1 parent f993c49 commit 7843fe2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[[⬇️ **Download]**](https://github.com/AkihiroSuda/lima/releases)
2+
[[📖**Getting started]**](#getting-started)
3+
[[**FAQs & Troubleshooting]**](#faqs--troubleshooting)
4+
15
# Lima: Linux virtual machines (on macOS, in most cases)
26

37
Lima launches Linux virtual machines with automatic file sharing, port forwarding, and [containerd](https://containerd.io).
@@ -172,6 +176,31 @@ The current default spec:
172176
- [vsock](https://github.com/apple/darwin-xnu/blob/xnu-7195.81.3/bsd/man/man4/vsock.4) to replace SSH (work has to be done on QEMU repo)
173177

174178
## FAQs & Troubleshooting
179+
<!-- doctoc: https://github.com/thlorenz/doctoc -->
180+
181+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
182+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
183+
### Generic
184+
185+
- [Generic](#generic)
186+
- ["What's my login password?"](#whats-my-login-password)
187+
- ["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
188+
- ["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
189+
- ["Can I run other container engines such as Podman?"](#can-i-run-other-container-engines-such-as-podman)
190+
- ["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
191+
- ["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
192+
- [QEMU](#qemu)
193+
- ["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
194+
- ["QEMU is slow"](#qemu-is-slow)
195+
- [error "killed -9"](#error-killed--9)
196+
- [SSH](#ssh)
197+
- ["Port forwarding does not work"](#port-forwarding-does-not-work)
198+
- [error "field SSHPubKeys must be set"](#error-field-sshpubkeys-must-be-set)
199+
- [error "hostkeys_foreach failed: No such file or directory"](#error-hostkeys_foreach-failed-no-such-file-or-directory)
200+
- [error "failed to execute script ssh: [...] Permission denied (publickey)"](#error-failed-to-execute-script-ssh--permission-denied-publickey)
201+
- ["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
202+
203+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
175204
### Generic
176205
#### "What's my login password?"
177206
Password is disabled and locked by default.

0 commit comments

Comments
 (0)