@@ -211,8 +211,9 @@ containerd:
211
211
# Provisioning scripts need to be idempotent because they might be called
212
212
# multiple times, e.g. when the host VM is being restarted.
213
213
# The scripts can use the following template variables: {{.Home}}, {{.Name}}, {{.Hostname}}, {{.UID}}, {{.User}}, and {{.Param.Key}}.
214
- # Alternatively the script can be provided using the "file" property. This file is read when the instance is created and then
215
- # stored under the "script" property. When "file" is specified, then "script" must be empty.
214
+ #
215
+ # EXPERIMENTAL Alternatively the script can be provided using the "file" property. This file is read when the instance
216
+ # is created and then stored under the "script" property. When "file" is specified "script" must be empty.
216
217
# Relative script files will be resolved relative to the location of the template file.
217
218
# 🟢 Builtin default: []
218
219
# provision:
@@ -252,8 +253,8 @@ containerd:
252
253
# Probe scripts to check readiness.
253
254
# The scripts run in user mode. They must start with a '#!' line.
254
255
# The scripts can use the following template variables: {{.Home}}, {{.Name}}, {{.Hostname}}, {{.UID}}, {{.User}}, and {{.Param.Key}}.
255
- # Alternatively the script can be provided using the "file" property. This file is read when the instance is created and then
256
- # stored under the "script" property. When "file" is specified, then "script" must be empty.
256
+ # EXPERIMENTAL Alternatively the script can be provided using the "file" property. This file is read when the instance
257
+ # is created and then stored under the "script" property. When "file" is specified "script" must be empty.
257
258
# Relative script files will be resolved relative to the location of the template file.
258
259
# 🟢 Builtin default: []
259
260
# probes:
@@ -280,6 +281,7 @@ containerd:
280
281
# 🟢 Builtin default: not set
281
282
minimumLimaVersion : null
282
283
284
+ # EXPERIMENTAL
283
285
# Default settings can be imported from base templates. These will be merged in when the instance
284
286
# is created, and the combined template is stored in the instance directory.
285
287
# This setting ca be either a single string, or a list of strings.
@@ -569,6 +571,7 @@ nestedVirtualization: null
569
571
# on each restart. It can be used to globally override settings, e.g. make
570
572
# the mount of the home directory writable.
571
573
574
+ # EXPERIMENTAL
572
575
# A third mechanism is $LIMA_HOME/_config/base.yaml. It is similar to
573
576
# `default.yaml` but will be merged during the `base` template embedding
574
577
# when the instance is created, and not on every start. It becomes part
0 commit comments