Skip to content

Commit

Permalink
docs: drop the word virtual from lima
Browse files Browse the repository at this point in the history
The linux machine can be both physical and virtual.

Each is referred to as a "Lima instance" (not VM).

Signed-off-by: Anders F Björklund <[email protected]>
  • Loading branch information
afbjorklund authored and benoitf committed Feb 14, 2024
1 parent 4bc1035 commit 4c5ba14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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)
- [Lima virtual machines](https://github.com/lima-vm/lima)
- [Lima: Linux Machines](https://github.com/lima-vm/lima)
- [Docker container engine](https://github.com/docker/docker)

#### Podman engine update support
Expand Down
2 changes: 1 addition & 1 deletion extensions/lima/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lima",
"displayName": "Lima",
"description": "Integration for Lima: Linux virtual machines (typically macOS)",
"description": "Integration for Lima: Linux Machines (typically macOS)",
"version": "0.0.1",
"icon": "icon.png",
"publisher": "podman-desktop",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/lima/creating-a-kubernetes-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: [podman desktop, kubernetes, lima, onboarding, linux, macos]

# Creating a Lima instance for Kubernetes workloads with Podman Desktop

To use the Lima provider you need a Lima instance running a Linux virtual machine.
To use the Lima provider you need a Lima instance running a Linux machine.

In the future, Podman Desktop might be able to create Lima instances.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/lima/creating-a-lima-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: [podman desktop, containers, lima, onboarding, linux, macos]

# Creating a Lima instance for container workloads with Podman Desktop

To use the Lima provider you need a Lima instance running a Linux virtual machine.
To use the Lima provider you need a Lima instance running a Linux machine.

In the future, Podman Desktop might be able to create Lima instances.

Expand Down

0 comments on commit 4c5ba14

Please sign in to comment.