Skip to content

Commit 2e92aed

Browse files
committed
Small clarification on Colima Kubernetes
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 3075bd9 commit 2e92aed

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

website/content/en/docs/faq/colima/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ that wraps Lima to provide an alternative user experience for launching containe
1111
The key difference is that Colima launches Docker by default,
1212
while 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

2122
The `colima` CLI is similar to the `limactl` CLI, but there are subtle differences:
2223

0 commit comments

Comments
 (0)