Skip to content

Conversation

@Alisha-Rehman
Copy link

@Alisha-Rehman Alisha-Rehman commented Nov 14, 2025

This pull request fixes the documentation by updating all instances of template:// to template: according to the new version 2.0 specification. This change ensures consistency and correctness across the documentation files.

Changes made:

Replaced template:// with template: in all markdown documentation files.

Removed outdated or unnecessary .code-search files.

Why this is important:

Updating the documentation to match the new specification helps users avoid confusion and ensures that templates are referenced correctly when using Lima.

@unsuman
Copy link
Contributor

unsuman commented Nov 14, 2025

Thanks for the PR, but sorry this is not planned right now. See #4342 (comment)
For now you can squash the commits and this PR can remain as it is and can be merged in February next year.

Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash commits and add a DCO.

As mentioned before, this will not be merged until Lima 1.x is considered end-of-life.

Comment on lines 14 to +18
| 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` | - |
| Docker | `limactl start template:docker` | `colima start` |
| Podman | `limactl start template:podman` | - |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the table so columns continue to line up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants