docs: lima is not a container engine (#3051)

* docs: lima is not a container engine

You can use Lima to run different container engines, such as
containerd or Docker or Podman but it runs virtual machines.

Currently containerd is *only* supported through Kubernetes,
there is no direct support for "nerdctl" in Podman Desktop.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>

* docs: change github used for docker

While it redirects to github.com/moby/moby, many places
still reference the code as github.com/docker/docker.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>

---------

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
Anders Björklund 2023-06-30 21:11:20 +02:00 committed by GitHub
parent 4be0d50368
commit ab31a708ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -41,8 +41,8 @@ Check the downloads page on [podman-desktop.io/downloads](https://podman-desktop
- [Podman container engine](https://github.com/containers/podman)
- [crc](https://github.com/code-ready/crc)
- [Podman Lima machines](https://github.com/lima-vm/lima)
- [Docker](https://github.com/moby/moby)
- [Lima virtual machines](https://github.com/lima-vm/lima)
- [Docker container engine](https://github.com/docker/docker)
#### Podman engine update support

View file

@ -10,7 +10,8 @@ tags: [migrating-to-kubernetes]
Podman Desktop extensions contribute to:
- Container engine support, such as Podman, Docker, Lima.
- Container engine support, such as Podman, Docker.
- Virtual machine support, such as Lima.
- Podman Desktop extension points such as tray icon menu, status bar items, icons, menus, and commands.
- Integration with third parties tools, such as Kind or Compose.

View file

@ -45,7 +45,7 @@ export default function Home(): JSX.Element {
</h1>
<p>Podman Desktop is using plug-ins under the hood to manage the different container engine.</p>
<p>By adding a new plugin, you can extend the capabilities of Podman Desktop.</p>
<p>For example plug a new container Engine likes Podman, Docker, Lima, etc.</p>
<p>For example plug a new container engine like Podman, Docker, or use Lima.</p>
<ThemedImage
className="py-4"

View file

@ -299,7 +299,7 @@ function Configure() {
Container Engines
</h2>
<p className="leading-relaxed text-base">
Handle multiple container engines at the same time: Podman, Docker, and Lima.
Handle multiple container engines at the same time: Podman, Docker.
</p>
</div>
</div>