We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f1478 commit b18afddCopy full SHA for b18afdd
1 file changed
cmd/limactl/start.go
@@ -58,6 +58,10 @@ func newCreateCommand() *cobra.Command {
58
To create an instance "default" with yq expressions:
59
$ limactl create --set='.cpus = 2 | .memory = "2GiB"'
60
61
+ Lima's YQ dialect disables environment variable access and file load operations for security reasons.
62
+ For example, the following yq operators are NOT supported: env, load, load_str.
63
+ For more details, see 'limactl help yq-dialect'.
64
+
65
To create an instance "default" with a template parameter:
66
$ limactl create --name=default --param containerdSnapshotter=false template:docker
67
0 commit comments