-
Often we need to examine the VM's environment for system behaviors. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is no way to do it from the GUI, but from the shell you can run On Linux and macOS this is equivalent to running |
Beta Was this translation helpful? Give feedback.
-
See also pixie-io/pixie#447 (comment) |
Beta Was this translation helpful? Give feedback.
There is no way to do it from the GUI, but from the shell you can run
rdctl shell
to get an interactive shell, orrdctl shell $CMD
to run a single command inside the VM.On Linux and macOS this is equivalent to running
limactl shell rancher-desktop ...
after setting up the correctPATH
andLIMA_HOME
. On Windows it useswsl -d rancher-desktop ...
.