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
11
11
The key difference is that Colima launches Docker by default,
12
12
while Lima launches containerd by default.
13
13
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 ` | - |
20
21
21
22
The ` colima ` CLI is similar to the ` limactl ` CLI, but there are subtle differences:
22
23
You can’t perform that action at this time.
0 commit comments