Skip to content

Lima

Commands

Create a VM

limactl create --name=playground \
  --arch=aarch64 \
  --cpus=1 \
  --memory=2 \
  --disk=20 \
  --vm-type=vz \
  --mount-type=virtiofs \
  --mount=$HOME:w
Back to top