lima-vm/lima
Fork: 596 Star: 15176 (更新于 2024-10-22 16:36:07)
license: Apache-2.0
Language: Go .
Linux virtual machines, with a focus on running containers
最后发布版本: v0.23.1 ( 2024-08-19 00:08:57)
[🌎Web site]
[📖Documentation]
[👤Slack (#lima
)]
Lima: Linux Machines
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.).
Getting started
Set up (on macOS):
brew install lima
limactl start
To run Linux commands:
lima sudo apt-get install -y neofetch
lima neofetch
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 https://lima-vm.io/docs/ for the further information.
Community
Adopters
Container environments:
- Rancher Desktop: Kubernetes and container management to the desktop
- Colima: Docker (and Kubernetes) on macOS with minimal setup
- Finch: Finch is a command line client for local container development
- Podman Desktop: Podman Desktop GUI has a plug-in for Lima virtual machines
GUI:
- Lima xbar plugin: xbar plugin to start/stop VMs from the menu bar and see their running status.
- lima-gui: Qt GUI for Lima
Communication channels
- GitHub Discussions
-
#lima
channel in the CNCF Slack- New account: https://slack.cncf.io/
- Login: https://cloud-native.slack.com/
Code of Conduct
Lima follows the CNCF Code of Conduct.
We are a Cloud Native Computing Foundation sandbox project.
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.
最近版本更新:(数据更新于 2024-08-25 11:14:12)
2024-08-19 00:08:57 v0.23.1
2024-08-18 23:42:24 v0.23.0
2024-05-07 13:26:53 v0.22.0
2024-03-16 19:00:26 v0.21.0
2024-03-12 16:11:40 v0.21.0-beta.0
2024-03-12 14:16:24 v0.20.2
2024-02-01 08:35:31 v0.20.1
2024-01-19 17:52:36 v0.20.0
2023-12-18 23:02:27 v0.19.1
2023-12-01 12:59:25 v0.19.0
主题(topics):
containerd, macos, qemu, vm
lima-vm/lima同语言 Go最近更新仓库
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-04 15:07:27 containerd/containerd
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin
2024-11-03 00:46:25 dolthub/dolt