create
limactl create Create an instance of Lima limactl create FILE.yaml|URL [flags] Examples To create an instance "default" from the default Ubuntu template: $ limactl create To create an instance "default" from a template "docker": $ limactl create --name=default template:docker To create an instance "default" with modified parameters: $ limactl create --cpus=2 --memory=2 To create an instance "default" with yq expressions: $ limactl create --set='.cpus = 2 | .memory = "2GiB"' To see the template list: $ limactl create --list-templates To create an instance "default" from a local file: $ limactl create --name=default /usr/local/share/lima/templates/fedora.

