Lima Lima-VM
winget install --id=Lima.Lima -e Lima launches Linux virtual machines with automatic file sharing, port forwarding, and support for both QEMU and WSL2 backends (similar to WSL2).
winget install --id=Lima.Lima -e Lima launches Linux virtual machines with automatic file sharing, port forwarding, and support for both QEMU and WSL2 backends (similar to WSL2).
[🌎Web site]
[📖Documentation]
[👤Slack (#lima)]
Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2).
The original goal of Lima was to promote containerd including nerdctl (contaiNERD ctl) to Mac users, but Lima can be used for non-container applications as well.
Lima also supports other container engines (Docker, Podman, Kubernetes, etc.) and non-macOS hosts (Linux, NetBSD, etc.).
Set up (Homebrew):
brew install lima
limactl start
To run Linux commands:
lima uname -a
To run containers with containerd:
lima nerdctl run --rm hello-world
To run containers with Docker:
limactl start template:docker
export DOCKER_HOST=$(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock')
docker run --rm hello-world
To run containers with Kubernetes:
limactl start template:k8s
export KUBECONFIG=$(limactl list k8s --format 'unix://{{.Dir}}/copied-from-guest/kubeconfig.yaml')
kubectl apply -f ...
See for the further information.
We welcome contributions! Please see our Contributing Guide for details on:
git commit -sContainer environments:
GUI:
#lima channel in the CNCF Slack
Follow us for project updates, release announcements, and community news:
Lima follows the CNCF Code of Conduct.
We are a Cloud Native Computing Foundation incubating project.
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.