limactl Command Examples

Virtual machine manager for Linux guests, with multiple VM templates available. Can be used to run containers on macOS, but also for generic virtual machine use cases on macOS and Linux hosts. More information: https://github.com/lima-vm/lima.

limactl list

limactl create --name {{vm_name}} template://{{debian|fedora|ubuntu|…}}

limactl start {{vm_name}}

limactl shell {{vm_name}}

limactl shell {{vm_name}} {{command}}

limactl stop {{vm_name}}

limactl remove {{vm_name}}