File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
website/content/en/docs/faq/colima Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ that wraps Lima to provide an alternative user experience for launching containe
1111The key difference is that Colima launches Docker by default,
1212while Lima launches containerd by default.
1313
14- | Container | Lima | Colima |
15- | ------------| -----------------------------------| -------------------------------------|
16- | containerd | ` limactl start ` | ` colima start --runtime=containerd ` |
17- | Docker | ` limactl start template://docker ` | ` colima start ` |
18- | Podman | ` limactl start template://podman ` | - |
19- | Kubernetes | ` limactl start template://k8s ` | ` colima start --kubernetes ` |
14+ | Container | Lima | Colima |
15+ | ----------------------| -----------------------------------| -------------------------------------|
16+ | containerd | ` limactl start ` | ` colima start --runtime=containerd ` |
17+ | Docker | ` limactl start template://docker ` | ` colima start ` |
18+ | Podman | ` limactl start template://podman ` | - |
19+ | Kubernetes (k3s) | ` limactl start template://k3s ` | ` colima start --kubernetes ` |
20+ | Kubernetes (kubeadm) | ` limactl start template://k8s ` | - |
2021
2122The ` colima ` CLI is similar to the ` limactl ` CLI, but there are subtle differences:
2223
You can’t perform that action at this time.
0 commit comments