Colima(第三方项目)

“Lima 与 Colima 有什么关系?”

Colima 是一个第三方项目,它包装了 Lima 以提供启动容器的替代用户体验。

主要区别是 Colima 默认启动 Docker,而 Lima 默认启动 containerd。

容器LimaColima
containerdlimactl startcolima start --runtime=containerd
Dockerlimactl start template://dockercolima start
Podmanlimactl start template://podman-
Kubernetes (k3s)limactl start template://k3scolima start --kubernetes
Kubernetes (kubeadm)limactl start template://k8s-

colima CLI 与 limactl CLI 类似,但有一些细微差别:

配置LimaColima
CPUlimactl start --cpus=4colima start --cpu=4
反向 SSHFSlimactl start --mount-type=reverse-sshfscolima start --mount-type=sshfs
Rosettalimactl start --rosettacolima start --vz-rosetta
通过 IP 访问虚拟机limactl start --network=lima:sharedcolima start --network-address