mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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:
parent
4be0d50368
commit
ab31a708ff
4 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue