diff --git a/README.md b/README.md index b1f5d68e5b1b2..ff06058195129 100644 --- a/README.md +++ b/README.md @@ -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/moby/moby) #### Podman engine update support diff --git a/website/docs/extensions/index.md b/website/docs/extensions/index.md index 14bb7aff535bf..0aed86ff0983b 100644 --- a/website/docs/extensions/index.md +++ b/website/docs/extensions/index.md @@ -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. diff --git a/website/src/pages/extend/index.tsx b/website/src/pages/extend/index.tsx index 34b3211b176ee..5bdfc9d9047f3 100644 --- a/website/src/pages/extend/index.tsx +++ b/website/src/pages/extend/index.tsx @@ -45,7 +45,7 @@ export default function Home(): JSX.Element {

Podman Desktop is using plug-ins under the hood to manage the different container engine.

By adding a new plugin, you can extend the capabilities of Podman Desktop.

-

For example plug a new container Engine likes Podman, Docker, Lima, etc.

+

For example plug a new container engine like Podman, Docker, or use Lima.

- Handle multiple container engines at the same time: Podman, Docker, and Lima. + Handle multiple container engines at the same time: Podman, Docker.