mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
docs: the main lima command is limactl
lima is an alias for "limactl shell $LIMA_INSTANCE". Both of them are installed with "brew install lima". Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
parent
ae6bca307c
commit
95016ff139
1 changed files with 9 additions and 1 deletions
|
|
@ -19,8 +19,16 @@ tags: [migrating-to-kubernetes, lima]
|
|||
|
||||
#### Verification
|
||||
|
||||
1. You can run the `lima` CLI:
|
||||
1. You can run the `limactl` CLI:
|
||||
|
||||
```shell-session
|
||||
$ limactl list
|
||||
```
|
||||
|
||||
1. (Optionally) To open a shell:
|
||||
|
||||
```shell-session
|
||||
$ # requires a running instance
|
||||
$ export LIMA_INSTANCE=<instance>
|
||||
$ lima
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue