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
# Disable mounts and containerd, otherwise booting up may time out if the host is slow
26
-
mounts: []
27
-
containerd:
28
-
system: false
29
-
user: false
40
+
41
+
# A slow host may need `plain` to disable mounts, port forwards, and containerd, so as to avoid timeout.
42
+
plain: true
43
+
44
+
base:
45
+
- template://_images/ubuntu
30
46
```
47
+
{{% /tab %}}
48
+
{{< /tabpane >}}
31
49
32
50
Running a VM with a foreign architecture is extremely slow.
33
51
Consider using [Fast mode](#fast-mode) or [Fast mode 2](#fast-mode-2) whenever possible.
@@ -40,7 +58,7 @@ QEMU User Mode Emulation is significantly faster than QEMU System Mode Emulation
40
58
Set up:
41
59
```bash
42
60
lima sudo systemctl start containerd
43
-
lima sudo nerdctl run --privileged --rm tonistiigi/binfmt:qemu-v7.0.0-28@sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55 --install all
61
+
lima sudo nerdctl run --privileged --rm tonistiigi/binfmt:qemu-v10.0.4-56@sha256:30cc9a4d03765acac9be2ed0afc23af1ad018aed2c28ea4be8c2eb9afe03fbd1 --install all
0 commit comments