File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -469,27 +469,14 @@ Run `limactl edit <INSTANCE>` to open the YAML editor for an existing instance.
469
469
# ## External projects
470
470
# ### "I am using Rancher Desktop. How to deal with the underlying Lima?"
471
471
472
- On macOS hosts, Rancher Desktop (as of v1.0) launches Lima with the following configuration :
472
+ Rancher Desktop includes the `rdctl` tool (installed in `~/.rd/bin/rdctl`) that provides shell access via `rdctl shell`.
473
473
474
- - `$LIMA_HOME` directory : ` $HOME/Library/Application Support/rancher-desktop/lima`
475
- - `limactl` binary : ` /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl`
476
- - Lima instance name : ` 0`
474
+ It is not recommended to directly interact with the Rancher Desktop VM via `limactl`.
477
475
478
- To open a shell, run the following command :
476
+ If you need to create an `override.yaml` file, its location should be :
479
477
480
- ` ` ` shell
481
- LIMA_HOME="$HOME/Library/Application Support/rancher-desktop/lima" "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl" shell 0
482
- ` ` `
483
-
484
- On Linux hosts, try the following command :
485
- ` ` ` shell
486
- LIMA_HOME="$HOME/.local/share/rancher-desktop/lima" /opt/rancher-desktop/resources/resources/linux/lima/bin/limactl shell 0
487
- ` ` `
488
-
489
- If you have installed Rancher Desktop as an AppImage :
490
- ` ` ` shell
491
- LIMA_HOME="$HOME/.local/share/rancher-desktop/lima" "$(ls -d /tmp/.mount_ranche*/opt/rancher-desktop/resources/resources/linux/lima/bin)/limactl" shell 0
492
- ` ` `
478
+ * macOS: `$HOME/Library/Application Support/rancher-desktop/lima/_config/override.yaml`
479
+ * Linux: `$HOME/.local/share/rancher-desktop/lima/_config/override.yaml`
493
480
494
481
# ## "Hints for debugging other problems?"
495
482
- Inspect logs :
You can’t perform that action at this time.
0 commit comments