Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GUI:
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

- - -
**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.**
**We are a [Cloud Native Computing Foundation](https://cncf.io/) incubating project.**

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://www.cncf.io/wp-content/uploads/2022/07/cncf-white-logo.svg">
Expand Down
13 changes: 10 additions & 3 deletions website/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@ Related project: [sshocker (ssh with file sharing and port forwarding)](https://

This project is unrelated to [The Lima driver project (driver for ARM Mali GPUs)](https://gitlab.freedesktop.org/lima).

## Motivation
## Project history

The original goal of Lima was to promote [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl)
to Mac users, but Lima can be used for non-container applications as well.
Lima began in May 2021, aiming at promoting [containerd](https://containerd.io) including [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl)
to Mac users.
Later the project scope was expanded to support other containers
and non-container applications as well.
Lima also supports non-macOS hosts (Linux, NetBSD, etc.).

Lima joined the [Cloud Native Computing Foundation (CNCF)](https://cncf.io)
in September 2022 as a Sandbox project.
The project was promoted to the Incubating level in October 2025.

{{% /fixlinks %}}
2 changes: 1 addition & 1 deletion website/layouts/shortcodes/blocks/cncf.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="text-center">
<h4>{{ .Site.Title }} is a <a class="text-secondary" href="https://cncf.io">CNCF</a> sandbox project</h4>
<h4>{{ .Site.Title }} is a <a class="text-secondary" href="https://cncf.io">CNCF</a> incubating project</h4>

<img class="cncf-logo"
src="/images/cncf-color-bg.svg" alt="Cloud Native Computing Foundation logo" />
Expand Down