Skip to content

Commit

Permalink
Small clarification on Colima Kubernetes
Browse files Browse the repository at this point in the history
Signed-off-by: Anders F Björklund <[email protected]>
  • Loading branch information
afbjorklund committed Jul 24, 2024
1 parent 3075bd9 commit 2e92aed
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/content/en/docs/faq/colima/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ that wraps Lima to provide an alternative user experience for launching containe
The key difference is that Colima launches Docker by default,
while Lima launches containerd by default.

| Container | Lima | Colima |
|------------|-----------------------------------|-------------------------------------|
| containerd | `limactl start` | `colima start --runtime=containerd` |
| Docker | `limactl start template://docker` | `colima start` |
| Podman | `limactl start template://podman` | - |
| Kubernetes | `limactl start template://k8s` | `colima start --kubernetes` |
| Container | Lima | Colima |
|----------------------|-----------------------------------|-------------------------------------|
| containerd | `limactl start` | `colima start --runtime=containerd` |
| Docker | `limactl start template://docker` | `colima start` |
| Podman | `limactl start template://podman` | - |
| Kubernetes (k3s) | `limactl start template://k3s` | `colima start --kubernetes` |
| Kubernetes (kubeadm) | `limactl start template://k8s` | - |

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

Expand Down

0 comments on commit 2e92aed

Please sign in to comment.