|
| 1 | +[[⬇️ **Download]**](https://github.com/AkihiroSuda/lima/releases) |
| 2 | +[[📖**Getting started]**](#getting-started) |
| 3 | +[[❓**FAQs & Troubleshooting]**](#faqs--troubleshooting) |
| 4 | + |
1 | 5 | # Lima: Linux virtual machines (on macOS, in most cases)
|
2 | 6 |
|
3 | 7 | Lima launches Linux virtual machines with automatic file sharing, port forwarding, and [containerd](https://containerd.io).
|
@@ -172,6 +176,31 @@ The current default spec:
|
172 | 176 | - [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)
|
173 | 177 |
|
174 | 178 | ## 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 --> |
175 | 204 | ### Generic
|
176 | 205 | #### "What's my login password?"
|
177 | 206 | Password is disabled and locked by default.
|
|
0 commit comments