@@ -234,6 +234,8 @@ The current default spec:
234
234
- [ "permission denied" for ` limactl cp ` command] ( #permission-denied-for-limactl-cp-command )
235
235
- [ Networking] ( #networking )
236
236
- [ "Cannot access the guest IP 192.168.5.15 from the host"] ( #cannot-access-the-guest-ip-192168515-from-the-host )
237
+ - [ External projects] ( #external-projects )
238
+ - [ "I am using Rancher Desktop. How to deal with the underlying Lima?"] ( #i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima )
237
239
- [ "Hints for debugging other problems?"] ( #hints-for-debugging-other-problems )
238
240
239
241
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -368,6 +370,31 @@ To add another IP address that is accessible from the host and other virtual mac
368
370
369
371
See [ ` ./docs/network.md ` ] ( ./docs/network.md ) .
370
372
373
+ ### External projects
374
+ #### "I am using Rancher Desktop. How to deal with the underlying Lima?"
375
+
376
+ On macOS hosts, Rancher Desktop (as of v1.0) launches Lima with the following configuration:
377
+
378
+ - ` $LIMA_HOME ` directory: ` $HOME/Library/Application Support/rancher-desktop/lima `
379
+ - ` limactl ` binary: ` /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl `
380
+ - Lima instance name: ` 0 `
381
+
382
+ To open a shell, run the following command:
383
+
384
+ ``` shell
385
+ LIMA_HOME=" $HOME /Library/Application Support/rancher-desktop/lima" " /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl" shell 0
386
+ ```
387
+
388
+ On Linux hosts, try the following command:
389
+ ``` shell
390
+ LIMA_HOME=" $HOME /.local/share/rancher-desktop/lima" /opt/rancher-desktop/resources/resources/linux/lima/bin/limactl shell 0
391
+ ```
392
+
393
+ If you have installed Rancher Desktop as an AppImage:
394
+ ``` shell
395
+ LIMA_HOME=" $HOME /.local/share/rancher-desktop/lima" " $( ls -d /tmp/.mount_ranche* /opt/rancher-desktop/resources/resources/linux/lima/bin) /limactl" shell 0
396
+ ```
397
+
371
398
### "Hints for debugging other problems?"
372
399
- Inspect logs:
373
400
- ` limactl --debug start `
0 commit comments