File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ images:
17
17
arch : " x86_64"
18
18
- location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
19
19
arch : " aarch64"
20
- mounts :
21
- - location : " ~"
22
- writable : false
23
- - location : " /tmp/lima"
24
- writable : true
20
+ # Mounts are disabled in this example, but can be enabled optionally.
21
+ mounts : []
25
22
containerd :
26
23
system : true
27
24
user : false
Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ images:
15
15
arch : " x86_64"
16
16
- location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
17
17
arch : " aarch64"
18
- mounts :
19
- - location : " ~"
20
- writable : false
21
- - location : " /tmp/lima"
22
- writable : true
18
+ # Mounts are disabled in this example, but can be enabled optionally.
19
+ mounts : []
23
20
containerd :
24
21
system : true
25
22
user : false
You can’t perform that action at this time.
0 commit comments