We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1125a commit c702a8dCopy full SHA for c702a8d
examples/ubuntu-lts.yaml
@@ -0,0 +1,11 @@
1
+# This example requires Lima v0.7.0 or later.
2
+images:
3
+# Hint: run `limactl prune` to invalidate the "current" cache
4
+- location: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
5
+ arch: "x86_64"
6
+- location: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
7
+ arch: "aarch64"
8
+mounts:
9
+- location: "~"
10
+- location: "/tmp/lima"
11
+ writable: true
0 commit comments