@@ -32,7 +32,7 @@ os: null
32
32
arch : null
33
33
34
34
# OpenStack-compatible disk image.
35
- # 🟢 Builtin default: null (must be specified)
35
+ # 🟢 Builtin default: none (must be specified)
36
36
# 🔵 This file: Ubuntu images
37
37
images :
38
38
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
@@ -74,7 +74,7 @@ disk: null
74
74
# Expose host directories to the guest, the mount point might be accessible from all UIDs in the guest
75
75
# "location" can use these template variables: {{.Home}}, {{.Dir}}, {{.Name}}, {{.UID}}, {{.User}}, and {{.Param.Key}}.
76
76
# "mountPoint" can use these template variables: {{.Home}}, {{.Name}}, {{.UID}}, {{.User}}, and {{.Param.Key}}
77
- # 🟢 Builtin default: null (Mount nothing)
77
+ # 🟢 Builtin default: [] (Mount nothing)
78
78
# 🔵 This file: Mount the home as read-only, /tmp/lima as writable
79
79
mounts :
80
80
- location : " ~"
@@ -123,8 +123,9 @@ mounts:
123
123
124
124
# List of mount types not supported by the kernel of this distro.
125
125
# Also used to resolve the default mount type when not explicitly specified.
126
- # 🟢 Builtin default: null
127
- mountTypesUnsupported : null
126
+ # 🟢 Builtin default: []
127
+ mountTypesUnsupported :
128
+ # - "9p"
128
129
129
130
# Mount type for above mounts, such as "reverse-sshfs" (from sshocker), "9p" (QEMU’s virtio-9p-pci, aka virtfs),
130
131
# or "virtiofs" (experimental on Linux; needs `vmType: vz` on macOS).
@@ -139,7 +140,7 @@ mountInotify: null
139
140
# instance, labeled by name. (e.g. if the disk is named "data", it will be labeled
140
141
# "lima-data" inside the instance). The disk will be mounted inside the instance at
141
142
# `/mnt/lima-${VOLUME}`.
142
- # 🟢 Builtin default: null
143
+ # 🟢 Builtin default: []
143
144
additionalDisks :
144
145
# disks should either be a list of disk name strings, for example:
145
146
# - "data"
@@ -222,7 +223,7 @@ containerd:
222
223
# Provisioning scripts need to be idempotent because they might be called
223
224
# multiple times, e.g. when the host VM is being restarted.
224
225
# The scripts can use the following template variables: {{.Home}}, {{.UID}}, {{.User}}, and {{.Param.Key}}
225
- # 🟢 Builtin default: null
226
+ # 🟢 Builtin default: []
226
227
# provision:
227
228
# # `system` is executed with root privileges
228
229
# - mode: system
@@ -265,7 +266,7 @@ containerd:
265
266
# Probe scripts to check readiness.
266
267
# The scripts run in user mode. They must start with a '#!' line.
267
268
# The scripts can use the following template variables: {{.Home}}, {{.UID}}, {{.User}}, and {{.Param.Key}}
268
- # 🟢 Builtin default: null
269
+ # 🟢 Builtin default: []
269
270
# probes:
270
271
# # Only `readiness` probes are supported right now.
271
272
# - mode: readiness
@@ -352,7 +353,7 @@ video:
352
353
353
354
# The instance can get routable IP addresses from the vmnet framework using
354
355
# https://github.com/lima-vm/socket_vmnet.
355
- # 🟢 Builtin default: null
356
+ # 🟢 Builtin default: []
356
357
networks :
357
358
# Lima can manage daemons for networks defined in $LIMA_HOME/_config/networks.yaml
358
359
# automatically. The socket_vmnet binary must be installed into
@@ -435,7 +436,7 @@ networks:
435
436
# The same template variables as for listing instances can be used, for example {{.Dir}}.
436
437
# You can view the complete list of variables using `limactl list --list-fields` command.
437
438
# It also includes {{.HostOS}} and {{.HostArch}} vars, for the runtime GOOS and GOARCH.
438
- # 🟢 Builtin default: null
439
+ # 🟢 Builtin default: ""
439
440
# message: |
440
441
# This will be shown to the user.
441
442
@@ -444,7 +445,7 @@ networks:
444
445
# to /etc/environment.
445
446
# If you set any of "ftp_proxy", "http_proxy", "https_proxy", or "no_proxy", then
446
447
# Lima will automatically set an uppercase variant to the same value as well.
447
- # 🟢 Builtin default: null
448
+ # 🟢 Builtin default: {}
448
449
# env:
449
450
# KEY: value
450
451
@@ -480,7 +481,7 @@ hostResolver:
480
481
# Static names can be defined here as an alternative to adding them to the hosts /etc/hosts.
481
482
# Values can be either other hostnames, or IP addresses. The host.lima.internal name is
482
483
# predefined to specify the gateway address to the host.
483
- # 🟢 Builtin default: null
484
+ # 🟢 Builtin default: {}
484
485
hosts :
485
486
# guest.name: 127.1.1.1
486
487
# host.name: host.lima.internal
@@ -492,7 +493,7 @@ hostResolver:
492
493
# that has an IPv4 address, to the list. In case this still doesn't work (e.g. VPN
493
494
# setups), the servers can be specified here explicitly. If nameservers are specified
494
495
# here, then the configuration from network preferences will be ignored.
495
- # 🟢 Builtin default: null
496
+ # 🟢 Builtin default: []
496
497
# dns:
497
498
# - 1.1.1.1
498
499
# - 1.0.0.1
0 commit comments