@@ -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,7 +123,7 @@ 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
126
+ # 🟢 Builtin default: []
127
127
mountTypesUnsupported :
128
128
# - "9p"
129
129
@@ -140,7 +140,7 @@ mountInotify: null
140
140
# instance, labeled by name. (e.g. if the disk is named "data", it will be labeled
141
141
# "lima-data" inside the instance). The disk will be mounted inside the instance at
142
142
# `/mnt/lima-${VOLUME}`.
143
- # 🟢 Builtin default: null
143
+ # 🟢 Builtin default: []
144
144
additionalDisks :
145
145
# disks should either be a list of disk name strings, for example:
146
146
# - "data"
@@ -223,7 +223,7 @@ containerd:
223
223
# Provisioning scripts need to be idempotent because they might be called
224
224
# multiple times, e.g. when the host VM is being restarted.
225
225
# The scripts can use the following template variables: {{.Home}}, {{.UID}}, {{.User}}, and {{.Param.Key}}
226
- # 🟢 Builtin default: null
226
+ # 🟢 Builtin default: []
227
227
# provision:
228
228
# # `system` is executed with root privileges
229
229
# - mode: system
@@ -266,7 +266,7 @@ containerd:
266
266
# Probe scripts to check readiness.
267
267
# The scripts run in user mode. They must start with a '#!' line.
268
268
# The scripts can use the following template variables: {{.Home}}, {{.UID}}, {{.User}}, and {{.Param.Key}}
269
- # 🟢 Builtin default: null
269
+ # 🟢 Builtin default: []
270
270
# probes:
271
271
# # Only `readiness` probes are supported right now.
272
272
# - mode: readiness
@@ -353,7 +353,7 @@ video:
353
353
354
354
# The instance can get routable IP addresses from the vmnet framework using
355
355
# https://github.com/lima-vm/socket_vmnet.
356
- # 🟢 Builtin default: null
356
+ # 🟢 Builtin default: []
357
357
networks :
358
358
# Lima can manage daemons for networks defined in $LIMA_HOME/_config/networks.yaml
359
359
# automatically. The socket_vmnet binary must be installed into
@@ -436,7 +436,7 @@ networks:
436
436
# The same template variables as for listing instances can be used, for example {{.Dir}}.
437
437
# You can view the complete list of variables using `limactl list --list-fields` command.
438
438
# It also includes {{.HostOS}} and {{.HostArch}} vars, for the runtime GOOS and GOARCH.
439
- # 🟢 Builtin default: null
439
+ # 🟢 Builtin default: ""
440
440
# message: |
441
441
# This will be shown to the user.
442
442
@@ -445,7 +445,7 @@ networks:
445
445
# to /etc/environment.
446
446
# If you set any of "ftp_proxy", "http_proxy", "https_proxy", or "no_proxy", then
447
447
# Lima will automatically set an uppercase variant to the same value as well.
448
- # 🟢 Builtin default: null
448
+ # 🟢 Builtin default: {}
449
449
# env:
450
450
# KEY: value
451
451
@@ -481,7 +481,7 @@ hostResolver:
481
481
# Static names can be defined here as an alternative to adding them to the hosts /etc/hosts.
482
482
# Values can be either other hostnames, or IP addresses. The host.lima.internal name is
483
483
# predefined to specify the gateway address to the host.
484
- # 🟢 Builtin default: null
484
+ # 🟢 Builtin default: {}
485
485
hosts :
486
486
# guest.name: 127.1.1.1
487
487
# host.name: host.lima.internal
@@ -493,7 +493,7 @@ hostResolver:
493
493
# that has an IPv4 address, to the list. In case this still doesn't work (e.g. VPN
494
494
# setups), the servers can be specified here explicitly. If nameservers are specified
495
495
# here, then the configuration from network preferences will be ignored.
496
- # 🟢 Builtin default: null
496
+ # 🟢 Builtin default: []
497
497
# dns:
498
498
# - 1.1.1.1
499
499
# - 1.0.0.1
0 commit comments